Visualizing Tensorflow neural networks.
Please see the examples.ipynb notebook for an example on how to use the package.
Currently supporting:
- Input layers:
- For dense networks with the shape (x_size)
- For convolution with the shape (x_size, y_size, n_channels)
- Convolutional Network Layers:
- Conv2D
- MaxPooling2D
- AveragePooling2D
- Dense Layers:
- Dense (also as output)
- Flatten
- Fixed cases, in which the layers descriptions have overlapped.
- Supporting dense layers as input.
- Changed build tool to flit, now available as package from PyPi under the name nnvisualizertf.
- Changed build configuration.
- Changed build tool to hachtling.
- Renaming to comply with the python naming conventions.
- Initial version.
