Recent posts

Automated EDA Library for Python

2 minute read

After I reviewed my knowledge of exploratory data analysis (EDA) here, I am wondering if there is some way or a new way to understand your dataset more easil...

Principal Component Analysis

5 minute read

Hello guys, it’s been 3 months since my last post in Machine Learning. I’ll admit that I am a little bit rusty nowadays. Because of my interviews in some com...

MNIST with Multilayer Perceptron

10 minute read

In this postwe will build out a Multi Layer Perceptron model to try to classify hand written digits using TensorFlow (a very famous example).

Introduction Neural Network

7 minute read

Artificial Neural Network (ANN) is a computational model that is inspired by the way biological neural networks in the human brain process information. Artif...

Introduction Spark

7 minute read

Let’s learn how to use Spark with Python by using the pyspark library! Make sure to view the video lecture explaining Spark and RDDs before continuing on wit...

Natural Language Processing with NLTK

4 minute read

Natural Language Processing (NLP) is broadly defined as the automatic manipulation of natural language, like speech and text. Natural language is primarily ...

NLP Project

7 minute read

Welcome to the NLP Project for this section of the course. In this NLP project you will be attempting to classify Yelp Reviews into 1 star or 5 star categori...

Movie Recommender System Analysis

7 minute read

Welcome to the code notebook for Recommender Systems with Python. In this lecture we will develop basic recommendation systems using Python and pandas. There...

Dimensionality Reduction

2 minute read

The performance of machine learning algorithms can degrade with too many input variables. Having a large number of dimensions in the feature space can mean t...