Month: February 2019

My Tech World

DAY 100-100 DAYS MLCODE: Cat Vs Dog Predictions

In the previous blog, we discussed and developed a Cat Vs Dog classification and saved the model, in this blog, we’ll load the model and use the unlabeled image to see cat vs dog Predictions. Fore predictions, we first have to load the model which we saved yesterday with name modelcat.h5 . Let’s load the…
Read more


February 20, 2019 0

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 96-100 DAYS MLCODE: Classification using HOG

In the previous blog, we discussed HOG, in this blog we’ll try to see HOG in action. Let’s develop a classifier using HOG. Let’s download the faces from the Labeled Faces in the Wild dataset, which we can downloaded by Scikit-Learn: Now download some none face images. We can take input images, and extract thumbnails…
Read more


February 16, 2019 0

DAY 95-100 DAYS MLCODE: Histogram of Oriented Gradients ( HOG )

In the previous blogs, we had discussed featured engineering, in this blog, we’ll discuss Histogram of Oriented Gradients ( HOG ). Till now we have developed several machine learning algorithms and learned a lot about how the machine learning stuff works. But in real life scenario, our data does not look like MNIST data where all…
Read more


February 15, 2019 0

DAY 94-100 DAYS MLCODE: Text Summarization using Sequence-To-Sequence models – Part 2

In the previous blog, we discussed the paper related to Text Summarization, on 94th day, we’ll try to understand the codes related to the paper Get To The Point: Summarization with Pointer-Generator Networks. The Text Summarization code of paper can be found here. I’m going to understand and try to run in the google colab…
Read more


February 14, 2019 0

DAY 93-100 DAYS MLCODE: Text Summarization using Sequence-To-Sequence models

This is 93rd day of our #100daysofMLCode challenge and we are going to see how Sequence-to-sequence model used for text summarization in the paper Get To The Point: Summarization with Pointer-Generator Networks Almost all task in Natual Language Processing can be formulated as a sequence to sequence tasks like translation, text summarization etc. This paper talks…
Read more


February 13, 2019 0

DAY 91-100 DAYS MLCODE: Time series analysis-Anomaly Detection part 3

In the previous blog, we discussed Anomaly Detection using SVM, in this blog we’ll use another ML technique for anomaly detection. You can find the code here. I’ll update the blog later.


February 10, 2019 0

DAY 90-100 DAYS MLCODE: Time series analysis-Anomaly Detection part 2

In the previous blog, we discussed Anomaly Detection using SVM, in this blog we’ll use another ML technique for anomaly detection. You can find the code here. I’ll update the blog later.


February 8, 2019 0