Visualizing the CNN Layer outputs and filters in Keras
In this notebook, we'll first visualize the output of each layers and visualize weights of layers. Later in the notebook, we'll see how the change in the properties of the input image activate the individual filters in model.
Reference: https://blog.keras.io/how-convolutional-neural-networks-see-the-world.html