ANN Visualizer is a great visualization python library used to work with Keras. It uses python’s graphviz library to create a presentable graph of the neural network you are building.
Usage:
from ann_visualizer.visualize import ann_viz; #Build your model here ann_viz(model)
Documentation:
ann_viz(model, view=True, filename=”network.gv”)
model - The Keras Sequential model view - If True, it opens the graph preview after executed filename - Where to save the graph. (.gv file format)
Release files for ann_visualizer 2.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ann_visualizer-2.5.tar.gz | 4.7 kB | Details |
Release files / ann_visualizer-2.5.tar.gz
| Download URL | ann_visualizer-2.5.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8107bc683adc14eaa184973ca150a28feba02f53ac527ce787669b217e1cb1b0
|
|
BLAKE2b-256 checksum How to use checksums |
db51157be500337fba347e32711aaf9f11c1ba9e1162f486a1d708b4ae594ea4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |