https://github.com/macabdul9/mellow
A custom python package which contains the set of popular Machine Learning algorithms.
https://github.com/macabdul9/mellow
Last synced: about 1 year ago
JSON representation
A custom python package which contains the set of popular Machine Learning algorithms.
- Host: GitHub
- URL: https://github.com/macabdul9/mellow
- Owner: macabdul9
- License: mit
- Created: 2019-06-15T05:14:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T20:04:30.000Z (about 7 years ago)
- Last Synced: 2025-05-06T07:43:50.033Z (about 1 year ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Machine Learning - just do it !
#### mellow is a python package that contains some well known machine learning algorithms.
#### Exclusive to first time learner.
It provides:
- most popular machine learning algorithms
- sophisticated utility functions useful in these algorithms
- and much more
Often Developers/Students feel hesitation to implement the machine learning algorithms because either they find it hefty or time consuming, what I believe is understanding the machine learning algorithms and the mathematics behind these algorithms is much more important than converting it into code. So I came up with this beautiful library mellow to help you (and myself tbh) out.
### Installation using pip
- pip install mellow