Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 696 Bytes

File metadata and controls

14 lines (13 loc) · 696 Bytes

Visualization-of-feature-maps-in-cnn

   Visualize feature maps in convolutional neural networks, based on Tensorflow and Matplotlib.

Library versions

  • python 3.5.2;
  • tensorflow 1.4.1;
  • numpy 1.14.0 ;
  • matplotlib 1.5.3;

Examples

Feature map visualizations of the first convolution layer. index1

Feature map visualizations of the second convolution layer. index2 index3