Metadata-Version: 1.2
Name: pearlib
Version: 0.7
Summary: The library that makes neural networks appear
Home-page: https://github.com/danimano/TRP
Author: Candice Bentéjac, Anna Csörgő and Dániel Hajtó
Author-email: candice.bentejac@etu.u-bordeaux.fr
License: BSD-3-Clause
Description-Content-Type: UNKNOWN
Description: Pear
        --------
        
        Pear is a library that aims at offering a visual representation of neural networks. It can read networks built using Google's TensorFlow in and, for each requested layer, draw the associated decision boundaries.
        
        Pear is still in the development process.
        
        To use, do::
        	>>> import pearlib
        
Keywords: tensorflow neural networks visualization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Framework :: IDLE
Requires-Python: >=3
