LearnML is a Python module for Machine Learning and Deep Learning.


Keywords
data-science, deep-learning, machine-learning, ml, neural-network, python
License
Other
Install
pip install learnml==0.9.0

Documentation

LearnML

LearnML is a Python module for Machine Learning and Deep Learning.

Installation

Requirements

  • Python 3.6+

Stable release

To install learnml, run this command in your terminal:

pip install learnml

This is the preferred method to install learnml, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for learnml can be downloaded from the Github repo.

You can either clone the public repository:

git clone git://github.com/Vipul97/learnml

Or download the tarball:

curl -OJL https://github.com/Vipul97/learnml/tarball/master

Once you have a copy of the source, you can install it with:

python setup.py install

Contributing

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.