Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 992 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 992 Bytes

ML_from_Scratch

Trying to implement basic ml algorithms from scratch in python. I have also made videos explaining these algorithms...

Gradient Descent

IMAGE ALT TEXT HERE IMAGE ALT TEXT HERE

Linear Regression

IMAGE ALT TEXT HERE

Logistic Regression

IMAGE ALT TEXT HERE

Stochastic Gradient Descent

IMAGE ALT TEXT HERE

KNN

IMAGE ALT TEXT HERE

K-means

IMAGE ALT TEXT HERE