Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 215 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 215 Bytes

Back to Basics

Implementation from scratch of the following algorithms using numpy.

  1. Linear Regression
  2. Logistic Regression
  3. Prinicipal Component Analysis (PCA)
  4. K-Means Clustering
  5. Softmax Regression