CNN Analysis for QMNIST#

In this project we analyse the CNN trained in CNN for QMNIST.

You may reuse code from What did the CNN learn?.

Task: Load the CNN trained and saved in CNN for QMNIST.

Solution:

# your solution

Task: Visualize filters for the first convolutional layer in your CNN and try to interpret some of them (what features do they detect?).

Solution:

# your solution

Task: Take an image correctly classified to show a zero and modify it slightly to make you CNN ‘think’ that it’s a five although human eye clearly sees a zero.

Solution:

# your solution