ddbourgin / numpy-ml
- пятница, 13 сентября 2019 г. в 00:29:49
Python
Machine learning, in numpy
Ever wish you had an inefficient but somewhat legible collection of machine learning algorithms implemented exclusively in numpy? No?
To see all of the available models, take a look at the project documentation or see here.
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.