This repository contains programming assignment of the course. Projects are:
- Desicion Tree Classifier, This algorithm is implemented from the scratch. The selection criteria is based on ID3.
- Bayesian Classifier, Guassian Naive Base and Naive Base classifier are implemented from the scratch.
- Logistic Regression, This classifier is famous LR classifier and similar to previous projects is implemented from the scratch.
I scored full marks in all projects.