Skip to content

AVSBharadwaj/ML_Libraries_From_Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== 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

About

This repository contains the python implementation of various functions used in ML such as PCA and Linear Regression

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors