Skip to content

litanli/ml-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are some ML algorithms coded from scratch. The fit and inference logic are contained in the fit and predict/transform methods of each estimator, and the estimators themselves follow sklearn's estimators API https://scikit-learn.org/stable/developers/develop.html.

Each module should be accompanied by a compare file that runs a simple comparison between the from-scratch version and the corresponding sklearn estimator.

About

PCA, SVM, partial least-squares regression coded from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages