Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fanhuaandluomu/vae_notes
学习VAE的点滴记载~
https://github.com/fanhuaandluomu/vae_notes
keras python vae
Last synced: 19 days ago
JSON representation
学习VAE的点滴记载~
- Host: GitHub
- URL: https://github.com/fanhuaandluomu/vae_notes
- Owner: FanhuaandLuomu
- Created: 2017-06-06T01:11:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T07:38:10.000Z (over 7 years ago)
- Last Synced: 2024-11-12T11:12:05.152Z (3 months ago)
- Topics: keras, python, vae
- Language: Python
- Size: 295 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VAE_NOTES
学习VAE的点滴记载~
1. 修改了keras/examples里的VAE为条件VAE,实现给出label自动生成相应的样本。
CVAE可以学习样本的分布,根据标签信息生成新的样本,可以应用于半监督、不平衡分类等研究。