Machine Learning library for educational purpose.
Project description
HappyML (Machine Learning Python Library)
Machine Learning Python library for academic purposes. HappyML is a little project supposed to be used by beginners in the Machine Learning field. It has simple implementations of the more common algorithms. HappyML only depends on numpy and matplotlib. The high level of those libraries makes easy to write and read the code.
Installation
You can install happyml easily using pip:
pip install happyml
If you prefer you can clone the repository and install the library via setup.py:
git clone https://github.com/guiferviz/happyml-py.git happyml cd happyml sudo python setup.py install
Getting started
Check your installation with:
import happyml
happyml.greet()
If everything is OK you will see the output:
Those about to learn we salute you :)
Documentation
Dev documentation: http://happyml.readthedocs.io/en/dev/
Contact
Mail me (guiferviz) or create an issue.
Remember to be HAPPY :smile: :blush: :relaxed:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file happyml-0.0.5.tar.gz
.
File metadata
- Download URL: happyml-0.0.5.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | badb0226c4b8cc567d487cd8bafc3d2392be5946307b89a59c845af4a30f5499 |
|
MD5 | 5f440114f20944d214c6c746fbdf814e |
|
BLAKE2b-256 | 86a8974d8a8ccb8ae4a880fae19759b2c48a8d154822bd11f029e16fbf35f3d9 |