Recent posts

Linear Regression from Scratch

7 minute read

In the past few weeks of my Applied Machine Learning course, we’ve been focusing on linear regression and its extensions. I wanted to continue my exploration...

K-Nearest Neighbors Classifier from Scratch

4 minute read

In the Applied Machine Learning class that I am in, our instructors have tasked us with building a K-NN classifier from scratch. No SKLearn, no pandas. I was...