jinzishuai / learn2deeplearn

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

Quiz: Week 4 of CNN on Special applications: Face recognition & Neural style transfer #35

Closed jinzishuai closed 6 years ago

jinzishuai commented 6 years ago

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

jinzishuai commented 6 years ago

Uncertain Questions

image

image

jinzishuai commented 6 years ago

One Wrong

image

It is not a network so it should be false.

From assignment,

Neural Style Transfer (NST) uses a previously trained convolutional network, and builds on top of that. The idea of using a network trained on a different task and applying it to a new task is called transfer learning.