Tag: #Keras

My Tech World

DAY 99-100 DAYS MLCODE: Cat Vs Dog Classification

In the previous blog, we discussed emotion detection using Keras, in this blog, we’ll develop Cat Vs Dog classification problem. We are going to use the test data from Kaggle website. Kaggle has Dog-Vs-Cat challenge. Let’s start by downloading the data from Kaggle website. Now, we can extract the data and store into test and…
Read more


February 19, 2019 0

DAY 98-100 DAYS MLCODE: Emotion detection using Keras part 2

In the previous blog, we started by downloading data, in this blog we’ll try to develop an Emotion detection model which will able to find the emotion in an image. Let’s first convert the data into the format which is accepted to VGA architecture. Normalize the pixel value by transforming the pixels column to float values…
Read more


February 18, 2019 0

DAY 97-100 DAYS MLCODE: Emotion detection using Keras

In the previous blog, we discussed HOG for classification, in this blog we’ll try to develop an Emotion detection in an image. Kaggle has challege of Emotion detection. Let’s start by downloading the data from here, this data was related to Facial Expression Recognition Challenge of Kaggle. Following files downloaded : adc.json example_submission.csv fer2013.tar.gz Unzip the tar…
Read more


February 17, 2019 0

DAY 69-100 DAYS MLCODE: Classification using Keras

In the previous 67 blogs, we follow the book like Hands-on Machine Learning with Scikit-Learn and TensorFlow, in the blog, we’ll try to use Keras, A high-level API to implement the classic MNIST classification problem. Keras Keras is a high-level API to quickly build and train deep learning models. Keras is useful when you want…
Read more


January 18, 2019 0