Skip to main content

A python library for visualizing Neural Networks

Project description

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)

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page