Data Visualizations using Tableau, Leaflet and other packages in R
[Read More]
Understanding tf-idf with tidytext
During text processing & information retrieval we often need to find important words in document which can also help us identify what a document is about.
[Read More]
Introduction to Language Models
Language Modeling is an important idea behind many Natural Language Processing tasks such as Machine Translation, Spelling Correction, Speech Recognition, Summarization, Question-Answering...
[Read More]
MNIST image classification with CNN & Keras
My previous model achieved accuracy of 98.4%, I will try to reach at least 99% accuracy using Artificial Neural Networks in this notebook. I will also present basic intuition behind CNN.
[Read More]
Beer Recommendation System
Building a recommendation system using collaborative filtering using given dataset of half million beer reviews
[Read More]
Titanic Tragedy: Exploratory Data Analysis
The sinking of the RMS Titanic is one of the most infamous shipwrecks in history. On April 15, 1912, during her maiden voyage, the Titanic sank after colliding with an iceberg, killing 1502 out of 2224 passengers and crew. In this Notebook I will do basic Exploratory Data Analysis on...
[Read More]