이번 강의는 Coursera 강의만으로는 이해가 가지 않아서 유튜브 영상을 참고하여 공부했다. Programming Assignment를 하고 나면 조금 더 이해가 잘 가겠지?! 퀴즈 틀린문제 정리 Question 7 Neural style transfer is trained as a supervised learning task in which the goal is to input two images (x), and train a network to output a new, synthesized image (y). True/False => 답: False Neural Style Transfer는 Parameter를 학습하는 게 아니라, Generated Image의 픽셀값을 업데이트 해서 J(Cost)를..