| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ever wish you had an inefficient but somewhat legible collection of machine learning algorithms implemented exclusively in numpy? No?
This repo includes code for the following models:
Gaussian mixture model
Hidden Markov model
Latent Dirichlet allocation (topic model)
Neural networks
Tree-based models
Linear models
n-Gram sequence models
Reinforcement learning models
Nonparameteric models
Preprocessing
Utilities
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.
| Back | FazBrowse Home | New Git URL |