From 62602efc1242ddfa9c10e7586c0885b86730218f Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 30 Jul 2018 16:57:13 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15e6844..d6e352a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,17 @@ The implementation is mainly divided into two parts- ![kangaroo](https://user-images.githubusercontent.com/20341653/43394102-2a3ea782-9417-11e8-974f-9b9eee6c1cb5.jpg) - Features detected in feature map 127 of convolutional layer 3 of block 3- + Features detected in feature map 127 of convolutional layer 3 of block 3 of VGG16 model- ![kangarooblock3_conv3_127_all](https://user-images.githubusercontent.com/20341653/43394117-345869a6-9417-11e8-8a40-bb6bf15f611b.png) + + +**Part 2- Occlusion sensitivity** +This experiment is carried out to test if the convnet is actualy locating and detecting the desired object in image and not some pattern or object in background. + +The experiment is described in notebook- "Occlusion experiment".The experiment is carried out on MNIST hanwritten digit data set. + +Original image - +