feature-visualization icon indicating copy to clipboard operation
feature-visualization copied to clipboard

tensorflow example of visualizing features from a convnet

#Feature Visualization for Convnets in Tensorflow

This is the code to accompany a post on Visualizing Features from a Convolutional Network.

##Instructions for running:

Download the cifar10 binary format, place into /cifar-10-batches-py directory

run main.py

run conv.py to compile many image files into the group ones shown in the post