Skip to content

Simple and easy-to-understand ml algorithm implementations

License

Notifications You must be signed in to change notification settings

Allensmile/ml-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-playground

This project reuses code and is highly inspired by (selected) great resources:

  1. MLAlgorithms
  2. reinforcement-learning.

It's good to learn machine learning by implementing algorithms, and better if we can write them in an elegant and readable way. Then we can review later or others might easily learn from them.

So I manage to use succinct codes with demo example to illustrate the essence of ml algorithms.

Supervised

Unsupervised

Reinforcement

About

Simple and easy-to-understand ml algorithm implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.7%
  • Python 2.3%