peeyman / CNN-Visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNN Visualization

This notebook explains how to visualize convolutional neural network weights along with how to visualize activations associated with these weights. In other words, how to visualize filters and the result of convolving these filters with their inputs.

The main library for this notebook is Keras with tensorflow backend. Some useful functions to get access to weights and activations described.

'Readme Image'

About


Languages

Language:HTML 51.1%Language:Jupyter Notebook 48.9%