Visualizing crime across San Francisco using interactive maps in Leaflet. Finding major kidnapping locations & frequency of crime.
[Read More]
Visualizing Significant Earthquakes Using Leaflet
Creating interactive visualizations using leaflet package in R for a dataset of significant earthquakes between 1965 to 2016
[Read More]
Amazon Reviews Sentiment Analysis with TextBlob
Analysis of dataset of a million kindle reviews here to find review text sentiments & their distribution.
[Read More]
Identifying Handwritten Digits
Here I will be developing a model for prediction of handwritten digits
using famous MNIST dataset. I will build first model using Support
Vector Machine(SVM) followed by an improved approach using Principal
Component Analysis(PCA).
[Read More]
Learning Natural Language Processing
Learning NLP basics with "Sense and Sensibility", Python & NLTK
[Read More]
Jazz Musician Collaborations Graph Analysis using NetworkX
Here I will be analyzing a graph representing Collaborations among Jazz Musicians. Along the way we will also learn & explore some interesting concepts from Graph Theory using NetworkX package.
[Read More]