This repository contains implementation of basic Machine Learning algorithms in some popular machine learning and data science problems in python. It so far has python notebook implementation of the floowing algorithm:
- Logistic Regression (for Titanic Survival classification)
- Neural Network (for Adult Income classification)
- Multinomial Naive Bayes (for Spam SMS filtering)