In this post, we will learn how to use pre-trained ImageNet models to perform image classification. We have already seen how we can train a simple neural network to classify images from the CIFAR-10 ...
Understanding Convolutional Neural Networks (CNNs): A Complete Guide
In this post, we will learn about Convolutional Neural Networks (CNN) in the context of an image classification problem. We first cover the basic structure of CNNs and then delve into the detailed ...
Tensorflow & Keras Tutorial: Linear Regression
Before studying deep neural networks, we will cover the fundamental components of a simple (linear) neural network. We'll begin with the topic of linear regression. Since linear regression can be ...
Introduction to Video Classification and Human Activity Recognition
In this post, we will learn about Video Classification. We will go over a number of approaches to make a video classifier for Human Activity Recognition. Basically, you will learn video classification ...
Classification with Localization: Convert any Keras Classifier to a Detector
Image classification is used to solve several Computer Vision problems; right from medical diagnoses, to surveillance systems, on to monitoring agricultural farms. There are innumerable ...
Playing Rock, Paper, Scissors with AI
Let’s play rock, paper scissors.You think of your move and I’ll make mine below this line in 1...2…and 3. I choose ROCK. Well? ...who won. It doesn't matter cause you probably glanced at the ...