Recent posts

Linear Regression Model

5 minute read

In this project I implemented a linear regression model using the ordinary least squares solution and then tested the model by computing the residual sum of ...

Linear Perceptron Model

4 minute read

In this project I made a simple representation of the linear perceptron algorithm as a proof of concept of how it works.

K-NN Classifier

10 minute read

In this project I implemented a K-Nearest Neighbors algorithm from scratch and used it to classify between benign and malignant tumors.