Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 842 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 842 Bytes

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.