Skip to content

Sam50x/ML-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ML from Scratch

Building a comprehensive library of core ML algorithms from mathematical primitives using only NumPy — covering regression (Linear Regression, Regularization, Logistic Regression, Auto Regression), tree-based methods (Decision Trees, Random Forests, Gradient Boosted Trees), unsupervised learning (PCA, K-Means, DBSCAN), and neural networks (MLP with backpropagation) — no high-level ML frameworks used.

Model
Linear Regression
Regularization

About

Core ML algorithms built from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors