Author: Pavan Tiwari

My Tech World

DAY 89-100 DAYS MLCODE: Time series analysis-Anomaly Detection

In the past few blogs we discussed about the Recommender system, in this blog we are going to discuss Anomaly Detection in time series data. Time series analysis Time series analysis consists of methods for analyzing time series data to get some meaningful statistics and other attributes of the data. Today’s blog we are going to detect…
Read more


February 7, 2019 0

DAY 88-100 DAYS MLCODE: More about Recommender Systems

In the previous two blogs, we discussed the recommender system like finding similar movies using correlation and cosine distances, in this blog, we’ll discuss again recommender system. I found below blogs which look interesting to me and I am going to perform the same coding next two days. Music Recommendations with Collaborative Filtering and Cosine…
Read more


February 6, 2019 0

DAY 87-100 DAYS MLCODE: Similar movies using Correlation Matrix

In previous blog, we discussed the use of KNN to get the similar 10 movies, in this blog, we’ll use the correlation Matrix to get the similar movies. Correlation Matrix Correlation Matrix is matrix of correlation which help to identify whether two items are matching or not. If there are more than one attributes of…
Read more


February 5, 2019 0

DAY 86-100 DAYS MLCODE: Recommender System using k Nearest Neighbors

We touched K Nearest Neighbors on day 5 but in this blog, we are going to develop a Recommender System using K Nearest Neighbors. K Nearest Neighbors ( KNN ) As per wikipedia:  the k-nearest neighbors algorithm (k-NN) is a non-parametric method used for classification and regression.[1] In both cases, the input consists of the k closest training examples in the feature space Wikipedia In simple…
Read more


February 4, 2019 0

DAY 85-100 DAYS MLCODE: Tacotron- Text-to-Speech Synthesis

In the previous few blogs, we discussed the GAN, in this blog we’ll discuss Tacotron- Text-to-Speech Synthesis. On 85th day, I tried to explore the WaveNet. During the initial search, I found a very good blog about Text-Speech history and detail information about how it has evolved over the period. You can read the detail…
Read more


February 3, 2019 0

DAY 84-100 DAYS MLCODE: CycleGAN

In the previous blog, we discussed the Conditional GAN and in the blog, we are going to discuss the CycleGAN. CycleGAN in 2017, the idea was published for Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks, In previous blog, we discussed how Pixel2Pixel was able not only generate the new image but also keeping the original…
Read more


February 2, 2019 0

DAY 37-100 DAYS MLCODE: MLP with TensorFlow – part2

In the previous blog, we used the TensorFlow high level API to implement the MLP with TensorFlow and in this blog, we’ll implement the same example without using high level api. MLP with TensorFlow Let’s start by downloading the data first using TensorFlow.


February 2, 2019 0

DAY 83-100 DAYS MLCODE: Conditional adversarial networks

In the previous blog, we discussed the General Adversarial Network and in this blog, we’ll discuss the Conditional adversarial networks. GAN is the best development in recent time of Computer vision in recent times and there are more than one applications based on this technique. A paper Image-to-Image Translation with Conditional Adversarial Networks was released…
Read more


February 1, 2019 0

DAY 82-100 DAYS MLCODE: GAN

In the pervious blogs, we discussed Object detection and segmentation, in this blog we’ll start GAN (Generative Adversarial Networks) What is GAN (Generative Adversarial Networks)? As per wikipedia: Generative adversarial networks (GANs) are a class of artificial intelligence algorithms used in unsupervised machine learning, implemented by a system of two neural networks contesting with each other in a zero-sum game framework. They were…
Read more


January 31, 2019 0

DAY 81-100 DAYS MLCODE: Custom Object Detection and Segmentation

In the previous blog, we discussed Object detection and segmentation using Mask R-CNN for live video, in this blog, we’ll try to implement Custom Object Detection and Segmentation in the image. Custom Object Detection and Segmentation In this blog, we will use the object which is not in COCO dataset and we’ll try to see how the Mask…
Read more


January 30, 2019 0