Skip to content

asnr/ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ML

A toy library of machine learning algorithms implemented in numpy for Andrew Ng's machine learning course. Not for production.

Currently has implementations for:

  • Neural networks (multilayer perceptron)
  • Collaborative filtering.

There are unit tests, but I haven't set up a unit test runner, so they have to be run individually:

$ python ml/algorithms/test_neural_networks.py
$ python ml/algorithms/collab_filter_test.py

About

Toy machine learning package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages