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 |
Tags
- jupyter
- Peephole Connection
- DCGAN
- Gated Skip Connection
- python
- sigmoid
- Linear
- vim-plug
- Inception V1
- AI
- DL
- cnn
- ResNet
- version
- Residual Connection
- RNN
- Optimizer
- GoogLeNet
- Bottleneck Layer
- GCN
- iTerm2
- virtualenv
- Regression
- Generative
- Manager
- Skip Connectioin
- Inception Module
- classification
- Skip Connection
- Vanilla RNN
Archives
- Today
- Total
목록GAN (1)
IT Repository
(3) GAN (Generative Adversarial Network)
Generative Adversarial Network (GAN)¶ Introduction에서 소개했던 아래 계층도를 기억하시나요? Generative models Explicit density Tractable density: 실제로 density를 계산할 수 있는 경우 NADE MADE PixelRNN/CNN Approximate density: density의 form을 알고 있고, 그를 통해 근사하는 경우 Variational (VAE) Markov Chain (Boltzman Machine) Impicit density: density의 form을 알 수 없고, 특정 분포로 전제하지도 않는 경우 Direct (GAN) Markov Chain (GSN) 우리가 지난번에 배웠던 VAE는 Explic..
Generative/Study
2020. 1. 19. 14:26