Metadata-Version: 1.1
Name: jdhp-pyai
Version: 0.1.dev0
Summary: A set of open source frameworks for Artificial Intelligence (mostly machine learning and optimization).
Home-page: http://www.jdhp.org/
Author: Jeremie DECOCK
Author-email: jd.jdhp@gmail.com
License: UNKNOWN
Download-URL: http://www.jdhp.org/
Description: ===========================================
        `Python Artificial Intelligence Framework`_
        ===========================================
        
        Copyright (c) 2014,2015,2016 Jeremie DECOCK (http://www.jdhp.org)
        
        Description
        ===========
        
        This 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).
        
        PyAI dependencies
        =================
        
        -  Python >= 3.0
        -  Numpy
        -  Matplotlib
        
        License
        =======
        
        The `PyAI` library is provided under the terms and conditions of the
        `MIT License`_.
        
        
        .. _MIT License: http://opensource.org/licenses/MIT
        .. _Python Artificial Intelligence Framework: http://www.jdhp.org/projects_en.html#pyai
        
Keywords: artificial intelligence ai machine learning optimization
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
