CS/CS231N (2017)
[cs231n] Lec13 - Generative models
Overview Unsupervised Learning Generative models: PixelRNN and CNN, VAE, GAN Unsupervised Learning (비지도 학습) label 없이 학습 데이터만으로 데이터에 숨어있는 구조를 학습하는 방법 ex) Clustering, dimensionality reduction, feature learning(Autoencoders), density estimation Supervised learning Unsupervised learning Data x: data, y: label just data Goal x->y로 맵핑하는 함수를 학습 데이터에 숨겨진 구조를 학습 Example classification, regression, object..