This release is a pre-release and may not be stable for production use.
Python Artificial Intelligence Framework
Copyright (c) 2014-2019 Jeremie DECOCK (http://www.jdhp.org)
Web site: http://www.ailib.io
Online documentation: http://www.ailib.io/docs/
Examples: http://www.ailib.io/docs/gallery/
Source code: https://github.com/jeremiedecock/ailib
Issue tracker: https://github.com/jeremiedecock/ailib/issues
AILib on PyPI: https://pypi.org/project/ailib/
AILib on Anaconda Cloud: https://anaconda.org/jdhp/ailib
Description
AILib is a set of open source frameworks for Artificial Intelligence (mostly machine learning and optimization).
This contains (among others):
a blackbox non linear noisy optimization framework;
a machine learning framework;
a multistage optimization and Markov Decision Process framework (Markov Decision Processes).
Dependencies
Python >= 3.0
Numpy
Matplotlib
Installation
Gnu/Linux
You can install, upgrade, uninstall AILib with these commands (in a terminal):
pip install --pre ailib pip install --upgrade ailib pip uninstall ailib
Or, if you have downloaded the AILib source code:
python3 setup.py install
Windows
You can install, upgrade, uninstall AILib with these commands (in a command prompt):
py -m pip install --pre ailib py -m pip install --upgrade ailib py -m pip uninstall ailib
Or, if you have downloaded the AILib source code:
py setup.py install
MacOSX
You can install, upgrade, uninstall AILib with these commands (in a terminal):
pip install --pre ailib pip install --upgrade ailib pip uninstall ailib
Or, if you have downloaded the AILib source code:
python3 setup.py install
Documentation
Online documentation: http://ailib.readthedocs.org
API documentation: http://ailib.readthedocs.org/en/latest/api.html
Example usage
TODO
Bug reports
To search for bugs or report them, please use the AILib Bug Tracker at:
License
This project is provided under the terms and conditions of the MIT License.
Release files for ailib 0.3.dev1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ailib-0.3.dev1.tar.gz | 52.2 kB | Details |
Release files / ailib-0.3.dev1.tar.gz
| Download URL | ailib-0.3.dev1.tar.gz |
|---|---|
| Size | 52.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7930279463704b153e3738070582aa8186e0472b2b8689bc2dfd88922dc0bce0
|
|
BLAKE2b-256 checksum How to use checksums |
835432b77f3741f128d64babba8a6fd06aa2264a8c11a74ecdd71e4e133bfcb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|