=== MOST USED LIBRARY FUNCTIONS IN MACHINE LEARNING IMPLEMENTED FROM SCRATCH
I have written some of the most used functions and Libraries in ML:
-
Principal Component Analysis (PCA)
-
Method for Solving Ax=B where A and B are general matrices
-
QR Decomposition of a matrix A
-
Householder Decomposition of matrix A
-
Linear Regression
-
Logistic Regression