Metadata-Version: 2.1
Name: ieffel2
Version: 0.0.1
Summary: Neural Network visualization tool
Home-page: https://github.com/Ale9806/Eiffel2
Author: Eduardo Alejandro Lozano Garcia
Author-email: sagrario3098@gmail.com
License: UNKNOWN
Description: # Eiffel
        
        Eiffel is a neural network architecture visualization tool. itâ€™s really simple to use. in order to start visualizing your network just insert a list of the number of nodes each layer has: e.g [2,5,5,1] â€“> returns a neural network with input 2 , output 1 (binary classify for example) and 2 hidden layers with 5 units each.
        
        Eiffel is intended for educational purposes.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
