Data science and machine learning projects, click each link to see the Jupyter notebook.
Classification model that predicts a class (positive/negative sentiment) from input features (text of the reviews, user profile information, etc.)
Analyzes text data to estimate related articles using a nearest neighbor model.
Matrix factorization model that recommends songs based on data features. Performance is measured using a precision recall curve.
Linear regression model that predicts a continuous value (house price) from input features (square footage, # of bedrooms and bathrooms, etc.)
Uses deep learning features to predict image contents.
Uses deep learning features and a nearest neighbor model to retrieve similar images.
Part 1: Analysis of Fremont Bridge bike traffic over time using pandas and matplotlib Part 2: Unsupervised Analysis using sklearn