Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DeeperCS/VisualizingCNN

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visulazing Convolution Networks

Requirements

  • Up to date versions of Keras and Theano
  • OpenCV3
  • matplotlib, numpy, jupyter-notebook (recommend using Anaconda)

Configuration

How to use

Get the deconvolution result of your own image, for a specific layer and feature map

target_layer = "convolution2d_11"
feat_map = 12
output = deconv(model, target_layer, feat_map, im)`

Change target_layer and feat_map to what you want.

Results

With receiptive field increases, activated area changes

conv1.png

conv2.png

conv3.png

conv4.png

Different filter map responses for different area of input image

convAnother.png

Back pass from the last fully connected layer (represntation of classfication result)

convCat1.png

convCat2.png

Reference

About

VisualizingCNN using keras and theano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.