Excercises in lecture 5

We want to use a simple feed-forward neural network to classify images from a dataset consisting of images with rotated versions of these four lowercase letters: 'b', 'd', 'p', and 'q'. All rotation angles are equally common in the dataset. Given one image, our network has to determine which one of the four letters it is: the output will be a 4-way softmax.

12 input images from this dataset are shown below:

Because the letters are rotated, the network will have trouble distinguishing between several of the letters. Which ones will the network have trouble with?

The network will have trouble distinguishing 'b' from 'd', and it will have trouble distinguishing 'p' from 'q'.

The network will have trouble distinguishing 'b' from 'd' and 'q'.

The network will have trouble distinguishing 'q' from 'b' and 'd'.










猜你喜欢

转载自blog.csdn.net/SophieCXT/article/details/80864362