YBIGTA / DeepNLP-Study

딥러닝 자연어처리 스터디의 논문 구현 코드 및 스터디 자료 모음 공간입니다.
MIT License
135 stars 23 forks source link

Variational Lower Bound 이 무엇인가요? #35

Open ElApseR opened 6 years ago

ElApseR commented 6 years ago

출처 : A Hierarchical Latent Variable Encoder Decoder Model for Generating Dialogues Review

dreamgonfly commented 6 years ago

VAE에서 쓰이는 개념으로 실제 분포와 추정 분포 두 분포 사이의 거리인 KL divergence를 최소화 시키기 위해 도입되는 개념입니다.

아래 페이지의 ELBO를 참고해주세요 http://nbviewer.jupyter.org/github/dreamgonfly/VAE/blob/master/variational_autoencoder.ipynb