Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- cross domain
- 군집화
- Ann
- RNN
- nlp
- Attention
- gaze estimation
- Python
- LSTM
- Generative model
- ResNet
- NER
- Clustering
- 자기조직화지도
- Binary classification
- VGGNet
- TFX
- Transfer Learning
- Logistic Regression
- Gradient Descent
- AI 윤리
- MLOps
- textmining
- BERT
- 경사하강법
- NMF
- Support Vector Machine
- tensorflow
- SOMs
- stemming
Archives
- Today
- Total
목록VAE (1)
juooo1117

AutoEncoder? 입력이 들어왔을 때, 해당 입력 데이터를 최대한 compression(압축)시킨 후, compressed data를 다시 본래의 입력 형태로 복원 시키는 신경망으로 비지도 학습 방법이다. 이때, 데이터를 압축하는 부분을 Encoder(recognition network)라고 하고, 복원하는 부분을 Decoder(generative network)라고 부른다. 압축 과정에서 추출한 의미 있는 데이터 Z를 보통 latent vector라고 부르고, 이 외에도도 ‘latent variable’, ‘latent vector’, ‘code’, ‘feature’로 부른다. 인코딩 - 디코딩 과정을 거치면서, reconstruction error 가 원래의 입력 데이터와 복원 결과물의 차이를 ..
Deep Learning Study/Udemy Deep Learning A-Z
2023. 12. 18. 12:12