Repository containing portfolio of Machine Learning projects i have completed for academic, self learning, and hobby purposes.
-
- Heart Disease Prediction: A model to classiy if a person has a potential threat of having a problem related to heart using Supervised Machine Learning Classification Algorithm and complex visulization techiniques with a relaiable score of accuracy.
-
- imDb Sentiment Analysis: A model that can classify if the given review text is a positive or negative, the model is trained on a imDb dataset of 50000 labeled text.
-
- VGG16 from scratch: A model built using reference from VGG16 research paper using python library- tensorflow. This is used for image classification.