Skip to content

WindWaterWillow/ML-From-Scratch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning From Scratch

###About Python implementations of some of the fundamental Machine Learning models and algorithms from scratch.

The purpose of this project is not to produce as optimized and computationally efficient algorithms as possible but rather to present the inner workings of them in a transparent way. The reason the project uses scikit-learn is to evaluate the implementations on sklearn.datasets.

Feel free to reach out if you can think of ways to expand this project.

Installation

pip install -r requirements.txt

Running Implementations

python supervised_learning/multilayer_perceptron.py

Figure: Classification of the digit dataset using MLP.

##Current Implementations ####Supervised Learning:

####Unsupervised Learning:

About

Bare bones Python implementations of some of the fundamental Machine Learning models and algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%