Skip to main content

Deep Neural Network Vizualizer

Project description

Vizdnn

Interpretable Deep Neural network is the next phase of understanding the working of neural network. This library suffices the need to vizualize neural network layer with simple python pip package.

Pip Install

pip install vizdnn

Use

from vizdnn import vizdnn 
import keras

visualize_neural_network = vizdnn(keras.applications.resnet.ResNet50() , "network_layer_name" , "test_image_name.jpg")

vis_layer = visualize_neural_network.get_layer()
visualize_neural_network.viz_feature_map(vis_layer)

Sample Viz

  • Sample test image

test-image-name.jpg


  • Vizualization from Resnet50 conv1_bn Layer.

Screenshot-from-2019-10-22-18-43-48.png


  • Vizualization from VGG16 block2_conv1 Layer.

Screenshot-from-2019-10-22-18-46-14.png


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

vizdnn-0.0.4.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

vizdnn-0.0.4-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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