Metadata-Version: 2.1
Name: nnvisualizertf
Version: 0.5
Summary: Visualizing Tensorflow networks.
Author: Anton Krause
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Documentation
Requires-Dist: matplotlib
Requires-Dist: numpy
Project-URL: changelog, https://github.com/akdd11/nn_visualizer/blob/main/README.md
Project-URL: homepage, https://github.com/akdd11/nn_visualizer

# nn_visualizer
Visualizing Tensorflow neural networks.

## Changes

### 0.3
* Changed build tools

### 0.2
* Renaming to comply with the python naming conventions

### 0.1
* Initial version
