Metadata-Version: 1.1
Name: graph-tool-nn
Version: 1.0.2
Summary: Artificial neural networks implementation using graph-tool
Home-page: http://github.com/janekolszak/gtnn
Author: Jan Olszak
Author-email: janekolszak@gmail.com
License: GNU General Public License v3 (GPLv3)
Description: Graph-tool is a great open source tool for creating, using and analyzing graphs. It's a python
        library with C++ bindings, uses boost::graph under the hood and seems to be pretty fast
        (http://graph-tool.skewed.de/).
        
        Graph-tool Neural Networks (gtnn) is an implementation of ANN on top of graph-tool. It makes
        researching neural networks nice&easy. You can create custom nets, train, analyze and plot them.
        
        
Keywords: graph-tool neural networks
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
