jinzishuai / learn2deeplearn

A repository of codes in learning deep learning
GNU General Public License v3.0
13 stars 1 forks source link

Quiz: The basics of ConvNets #27

Closed jinzishuai closed 6 years ago

jinzishuai commented 6 years ago

quiz: https://github.com/jinzishuai/learn2deeplearn/blob/master/deeplearning.ai/C4.CNN/week1_foundations/Quiz.pdf

image image image image image

jinzishuai commented 6 years ago

Two Wrong

image image Not 2600?

jinzishuai commented 6 years ago

Correct

image

Question1 is NOT 45 Degree either!

jinzishuai commented 6 years ago

It should be a vertical filter.

Similar to the Vectical Filter in Class

image image image

jinzishuai commented 6 years ago

Question: How to calculate the derivative of a max/average function that is to be used in the back prop of the pooling?