Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 372 Bytes

=== MOST USED LIBRARY FUNCTIONS IN MACHINE LEARNING IMPLEMENTED FROM SCRATCH

I have written some of the most used functions and Libraries in ML:

  1. Principal Component Analysis (PCA)

  2. Method for Solving Ax=B where A and B are general matrices

  3. QR Decomposition of a matrix A

  4. Householder Decomposition of matrix A

  5. Linear Regression

  6. Logistic Regression