-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 - | ||
|
||
|