Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saketd403 authored Jul 30, 2018
1 parent 91b0860 commit 2169ddb
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Visualizing-and-Understanding-Convolutional-neural-networks
# Visualizing-and-Understanding-Convolutional-neural-networks

This is a straight from scratch implementation of paper "Visualizing and Understanding Convolutional neural networks"-Matthew D. Zeiler and Rob Fergus (https://cs.nyu.edu/~fergus/papers/zeilerECCV2014.pdf)

This implementation is using keras with tensorflow backend.

The implementation is mainly divided into two parts-
1) Feature visualization with Deconvnet.
2) Occlusion Sensitivity.

**Part 1- Feature visualization with Deconvnet**
This is described in notebook "Feature visualization using Deconvnets in Keras". Here the term deconvolution refers to transpose convolution.
Original image -


0 comments on commit 2169ddb

Please sign in to comment.