An open API service indexing awesome lists of open source software.

https://github.com/neuodev/inside-cnn

Visualize filters and feature Maps in Convolutional Neural Networks (CNN)
https://github.com/neuodev/inside-cnn

cnn computer-vision vgg

Last synced: 7 months ago
JSON representation

Visualize filters and feature Maps in Convolutional Neural Networks (CNN)

Awesome Lists containing this project

README

          

# Inside CNN

How to visualize filters and feature Maps in Convolutional Neural Networks (CNN)

## Example of a `snail` image propagated throw the `VGG` network
![Snail](./snail.jpg)

### 1st Layer

![First Layer](./layer-1.png)

### 3rd Layer

![3rd Layer](./layer-3.png)

### 5th Layer

![First Layer](./layer-5.png)

### 7th Layer

![First Layer](./layer-7.png)

### 8th Layer

![First Layer](./layer-8.png)