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)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ann_visualizer-2.5.tar.gz
(4.7 kB
view details)
File details
Details for the file ann_visualizer-2.5.tar.gz.
File metadata
- Download URL: ann_visualizer-2.5.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8107bc683adc14eaa184973ca150a28feba02f53ac527ce787669b217e1cb1b0
|
|
| MD5 |
cc6e5453486fcc37df90fdefc34d938c
|
|
| BLAKE2b-256 |
db51157be500337fba347e32711aaf9f11c1ba9e1162f486a1d708b4ae594ea4
|