representationlearning #deeplearning
-
Representation Learning - Introduction개인 공부/딥러닝 기초 개념 2023. 8. 26. 17:09
reference : Deep Learning (Ian Goodfellow) Generally speaking, a good representation is one that makes a subsequent learning task easier. The choice of representation will usually depend on the choice of the subsequent learning task. We can think of feedforward networks trained by supervised learning as performing a kind of representation learning. Specifically, the last layer of the network is ..