Machine-Learning-From-Scratch
Machine-Learning-From-Scratch copied to clipboard
linear regression for polynomials and implemented Lasso and Ridge from scratch
I modified linear regression to work with polynomials of different degrees, resulting in polynomial regression. I also implemented Lasso regression and Ridge regression from scratch