Skip to content

Playing with fundamental ML algorithms from scratch on some data sets.

Notifications You must be signed in to change notification settings

CalvinLeGassick/ml-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-sandbox

Playing with fundamental ML algorithms from scratch on some data sets.

For now, the code here is just pumped out implementations to get a feel for the algorithms. Next step is to clean up and comment the code here on my own, and then to compare to other implementations to get insights on best practices.

Must have python 2.7.x and numpy, pandas, and matplotlib installed to run code in these directories.

TODO:

  • Upload HMM and MDP code to GitHub.
  • Implement some raw NN code.
  • Start 'cleanup' and 'documentation' process.
  • Begin comparting implementation and results.

About

Playing with fundamental ML algorithms from scratch on some data sets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages