Machine Learning algorithm implementations from scratch

Perceptron

The perceptron can be used for supervised learning. It can solve binary linear classification problems. Alt text

Linear Regression

Alt text

Logistic Regression

Alt text