The Wayback Machine - https://web.archive.org/web/20200605220640/https://github.com/ddbourgin/numpy-ml
Skip to content
Machine learning, in numpy
Python
Branch: master
Clone or download

Latest commit

Latest commit 7879246 May 10, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github trim trailing whitespace Apr 11, 2020
docs update documentation May 10, 2020
numpy_ml update documentation May 10, 2020
.gitignore ignore _static and _build directories Aug 12, 2019
.readthedocs.yml trim trailing whitespace Apr 11, 2020
CODE_OF_CONDUCT.md fix email address formatting Jul 12, 2019
CONTRIBUTING.md trim trailing whitespace Apr 11, 2020
LICENSE add license Apr 5, 2019
README.md trim trailing whitespace Apr 11, 2020

README.md

numpy-ml

Ever wish you had an inefficient but somewhat legible collection of machine learning algorithms implemented exclusively in numpy? No?

Documentation

To see all of the available models, take a look at the project documentation or see here.

Contributing

Am I missing your favorite model? Is there something that could be cleaner / less confusing? Did I mess something up? Submit a PR! The only requirement is that your models are written with just the Python standard library and NumPy. The SciPy library is also permitted under special circumstances ;)

See full contributing guidelines here.

You can’t perform that action at this time.