Metadata-Version: 2.1
Name: nntoolkit
Version: 0.2.2
Summary: Neural Network Toolkit
Home-page: https://github.com/MartinThoma/nntoolkit
Author: Martin Thoma
Author-email: info@martin-thoma.de
Maintainer: Martin Thoma
Maintainer-email: info@martin-thoma.de
License: MIT
Download-URL: https://github.com/MartinThoma/nntoolkit
Description: [![Build Status](https://travis-ci.org/MartinThoma/nntoolkit.svg?branch=master)](https://travis-ci.org/MartinThoma/nntoolkit)
        [![Coverage Status](https://img.shields.io/coveralls/MartinThoma/nntoolkit.svg)](https://coveralls.io/r/MartinThoma/nntoolkit?branch=master)
        [![Documentation Status](http://img.shields.io/badge/docs-latest-brightgreen.svg)](http://pythonhosted.org/nntoolkit)
        [![Code Health](https://landscape.io/github/MartinThoma/nntoolkit/master/landscape.svg)](https://landscape.io/github/MartinThoma/nntoolkit/master)
        
        nntoolkit
        =========
        
        A tookit for training feed-forward neural networks.  nntoolkit is designed to
        be used from both, within Python scripts and from the shell.
        
Keywords: Neural Networks,Feed-Forward,NN,MLP
Platform: Linux
Platform: MacOS X
Platform: Windows
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >= 3.0
Description-Content-Type: text/markdown
