Metadata-Version: 1.1
Name: ffnetui
Version: 0.8.3.1
Summary: GUI for ffnet - feed-forward neural network for python
Home-page: ffnet.sourceforge.net
Author: Marek Wojciechowski
Author-email: mwojc@p.lodz.pl
License: GPL-3
Description: 
        ===============================================================
        ffnetui: GUI for ffnet - feed-forward neural network for python
        ===============================================================
        
        ffnetui provides GUI for `ffnet package <https://pypi.python.org/pypi/ffnet>`_. They are released separately for easier maintance. GUI tries to be as simple as possible yet providing all functionality you expect when it comes to train and test the network.
        
        
        Installation
        ------------
        Usually it should be enough to call:
        
            ``pip install ffnetui``
        
        and then execute 'ffnetui' script which just has been installed.
        
        For Windows also `all-in-one binaries <https://sourceforge.net/projects/ffnet/files>`_
        are provided.
        
        User manual
        -----------
        
        Waits to be written...
        
        Prerequisites
        -------------
        
        ffnetui depends on:
        
        * `ffnet <http://ffnet.sf.net>`_
        
        * `traitsui <https://github.com/enthought/traitsui>`_
        
        * `matplotlib <http://matplotlib.sourceforge.net>`_
        
        Release notes
        -------------
        
        0.8.3
        +++++
        This is first public release.
        
Platform: Posix
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires: ffnet
Requires: traitsui
Requires: matplotlib
