# feature-visualization **Repository Path**: stemcell/feature-visualization ## Basic Information - **Project Name**: feature-visualization - **Description**: #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 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Feature Visualization for Convnets in Tensorflow This is the code to accompany a post on [Visualizing Features from a Convolutional Network](http://kvfrans.com/visualizing-features-from-a-convolutional-neural-network/). ##Instructions for running: Download the [cifar10 binary format](https://www.cs.toronto.edu/~kriz/cifar.html), 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