Projects
MNIST Prediction
A neural network from scratch that is used to predict handwritten digits using the MNIST dataset.
Video Game Sales Prediction
A machine learning clustering algorithm that is used to predict the sales of video games.
Stroke Prediction
A machine learning algorithm that is used to predict whether a patient is likely to get a stroke or not.
Rain Prediction
A machine learning algorithm that is used to predict whether it will rain the next day or not.
Suspicious Acitivity Prediction
A machine learning algorithm that is used to predict a tech student's profile depending on their grades.
Student Profile Prediction
A machine learning algorithm that is used to predict suspicious server acitvities depending on server logs.
House Price Prediction
A machine learning algorithm that is used to predict the house price depending on the house properties.
Amazon Reviews Prediction
A machine learning algorithm that is used to predict the sentiment of a review depending on the review text.
Amazon Reviews Prediction - BERT
A neural network (BERT) model that is used to predict the sentiment of a review depending on the review text.
Dogs vs. Cats Classification
A neural network (Transfer Learning) model that is used to classify dogs vs. cats.