Ailib 0.3.Dev1 | Coderz Repository

ailib 0.3.dev1

Last updated:

0 purchases

ailib 0.3.dev1 Image
ailib 0.3.dev1 Images

Free

Languages

Categories

Add to Cart

Description:

ailib 0.3.dev1

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/
Notebooks: https://github.com/jeremiedecock/ailib-notebooks
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).


Warning
This project is in beta stage.



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:

https://github.com/jeremiedecock/ailib/issues



License
This project is provided under the terms and conditions of the MIT License.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.