{ "info": { "author": "Jeremie DECOCK", "author_email": "jd.jdhp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://travis-ci.org/jeremiedecock/ailib.svg?branch=master\n :target: https://travis-ci.org/jeremiedecock/ailib\n\n========================================\nPython Artificial Intelligence Framework\n========================================\n\nCopyright (c) 2014-2019 Jeremie DECOCK (http://www.jdhp.org)\n\n* Web site: http://www.ailib.io\n* Online documentation: http://www.ailib.io/docs/\n* Examples: http://www.ailib.io/docs/gallery/\n* Notebooks: https://github.com/jeremiedecock/ailib-notebooks\n* Source code: https://github.com/jeremiedecock/ailib\n* Issue tracker: https://github.com/jeremiedecock/ailib/issues\n* AILib on PyPI: https://pypi.org/project/ailib/\n* AILib on Anaconda Cloud: https://anaconda.org/jdhp/ailib\n\nDescription\n===========\n\nAILib is a set of open source frameworks for Artificial Intelligence\n(mostly machine learning and optimization).\n\nThis contains (among others):\n\n- a blackbox non linear noisy optimization framework;\n- a machine learning framework;\n- a multistage optimization and Markov Decision Process framework\n (Markov Decision Processes).\n\n.. warning::\n\n This project is in beta stage.\n\n\nDependencies\n============\n\n- Python >= 3.0\n- Numpy\n- Matplotlib\n\n.. _install:\n\nInstallation\n============\n\nGnu/Linux\n---------\n\nYou can install, upgrade, uninstall AILib with these commands (in a\nterminal)::\n\n pip install --pre ailib\n pip install --upgrade ailib\n pip uninstall ailib\n\nOr, if you have downloaded the AILib source code::\n\n python3 setup.py install\n\n.. There's also a package for Debian/Ubuntu::\n.. \n.. sudo apt-get install ailib\n\nWindows\n-------\n\n.. Note:\n.. \n.. The following installation procedure has been tested to work with Python\n.. 3.4 under Windows 7.\n.. It should also work with recent Windows systems.\n\nYou can install, upgrade, uninstall AILib with these commands (in a\n`command prompt`_)::\n\n py -m pip install --pre ailib\n py -m pip install --upgrade ailib\n py -m pip uninstall ailib\n\nOr, if you have downloaded the AILib source code::\n\n py setup.py install\n\nMacOSX\n-------\n\n.. Note:\n.. \n.. The following installation procedure has been tested to work with Python\n.. 3.5 under MacOSX 10.9 (*Mavericks*).\n.. It should also work with recent MacOSX systems.\n\nYou can install, upgrade, uninstall AILib with these commands (in a\nterminal)::\n\n pip install --pre ailib\n pip install --upgrade ailib\n pip uninstall ailib\n\nOr, if you have downloaded the AILib source code::\n\n python3 setup.py install\n\n\nDocumentation\n=============\n\n* Online documentation: http://ailib.readthedocs.org\n* API documentation: http://ailib.readthedocs.org/en/latest/api.html\n\n\nExample usage\n=============\n\nTODO\n\n\nBug reports\n===========\n\nTo search for bugs or report them, please use the AILib Bug Tracker at:\n\n https://github.com/jeremiedecock/ailib/issues\n\n\nLicense\n=======\n\nThis project is provided under the terms and conditions of the `MIT License`_.\n\n\n.. _MIT License: http://opensource.org/licenses/MIT\n.. _command prompt: https://en.wikipedia.org/wiki/Cmd.exe\n.. _Python Artificial Intelligence Framework: http://www.jdhp.org/projects_en.html#ailib\n", "description_content_type": "", "docs_url": null, "download_url": "http://www.ailib.io/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.ailib.io/", "keywords": "artificial intelligence ai machine learning optimization", "license": "", "maintainer": "", "maintainer_email": "", "name": "ailib", "package_url": "https://pypi.org/project/ailib/", "platform": "", "project_url": "https://pypi.org/project/ailib/", "project_urls": { "Download": "http://www.ailib.io/", "Homepage": "http://www.ailib.io/" }, "release_url": "https://pypi.org/project/ailib/0.3.dev1/", "requires_dist": null, "requires_python": "", "summary": "A set of open source frameworks for Artificial Intelligence (mostly machine learning and optimization).", "version": "0.3.dev1" }, "last_serial": 4743689, "releases": { "0.1.dev3": [ { "comment_text": "", "digests": { "md5": "e18862bf8d78e6ceb74cf22b353154c1", "sha256": "5b1be2a9cbd28bdca82470d8741238347554135c9f50c4a675dd18e1c2899b4a" }, "downloads": -1, "filename": "ailib-0.1.dev3.tar.gz", "has_sig": false, "md5_digest": "e18862bf8d78e6ceb74cf22b353154c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17675, "upload_time": "2018-05-02T20:24:15", "url": "https://files.pythonhosted.org/packages/f4/15/57b446c8a5497d65ef7c67f4d58aea7f223b8c9b8814e7b3e79da579a1d7/ailib-0.1.dev3.tar.gz" } ], "0.2.dev0": [ { "comment_text": "", "digests": { "md5": "a44cf29e47245aa9f781d84d4eb5a6f3", "sha256": "51b1b2cc28b71f5948fb5a3c59098de3064bba325dbe0d7bd63b48b231ba5288" }, "downloads": -1, "filename": "ailib-0.2.dev0.tar.gz", "has_sig": false, "md5_digest": "a44cf29e47245aa9f781d84d4eb5a6f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17706, "upload_time": "2018-05-02T21:17:37", "url": "https://files.pythonhosted.org/packages/fb/d6/1dc67c3b08a6c6c07d048dda53fa7337b475a4a059e753f94a3babd3b9b2/ailib-0.2.dev0.tar.gz" } ], "0.2.dev1": [ { "comment_text": "", "digests": { "md5": "5b3939b777113ce7ecba6b2617d6dfca", "sha256": "41e5150bfbc8badb4c31433396273f7427736edfbbeeec2b34b4f9347bd199d2" }, "downloads": -1, "filename": "ailib-0.2.dev1.tar.gz", "has_sig": false, "md5_digest": "5b3939b777113ce7ecba6b2617d6dfca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17730, "upload_time": "2018-05-02T21:27:31", "url": "https://files.pythonhosted.org/packages/e2/e5/f2687ed6a8e70eb11fb5a4a63e05940cd854ceecda2c25949e501ad8cbb2/ailib-0.2.dev1.tar.gz" } ], "0.3.dev1": [ { "comment_text": "", "digests": { "md5": "86647cc8004882efb68367c14f36b27b", "sha256": "7930279463704b153e3738070582aa8186e0472b2b8689bc2dfd88922dc0bce0" }, "downloads": -1, "filename": "ailib-0.3.dev1.tar.gz", "has_sig": false, "md5_digest": "86647cc8004882efb68367c14f36b27b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52190, "upload_time": "2019-01-26T13:36:18", "url": "https://files.pythonhosted.org/packages/83/54/32b77f3741f128d64babba8a6fd06aa2264a8c11a74ecdd71e4e133bfcb8/ailib-0.3.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "86647cc8004882efb68367c14f36b27b", "sha256": "7930279463704b153e3738070582aa8186e0472b2b8689bc2dfd88922dc0bce0" }, "downloads": -1, "filename": "ailib-0.3.dev1.tar.gz", "has_sig": false, "md5_digest": "86647cc8004882efb68367c14f36b27b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52190, "upload_time": "2019-01-26T13:36:18", "url": "https://files.pythonhosted.org/packages/83/54/32b77f3741f128d64babba8a6fd06aa2264a8c11a74ecdd71e4e133bfcb8/ailib-0.3.dev1.tar.gz" } ] }