【发布时间】:2017-03-24 15:51:29
【问题描述】:
我正在尝试估算图像,例如: https://www.researchgate.net/publication/284476380_Variational_Auto-encoded_Deep_Gaussian_Processes
mnist 图像插补的例子。
如何使用 deeplearning4j VAE 或 SDA 做到这一点?
【问题讨论】:
标签: deeplearning4j
我正在尝试估算图像,例如: https://www.researchgate.net/publication/284476380_Variational_Auto-encoded_Deep_Gaussian_Processes
mnist 图像插补的例子。
如何使用 deeplearning4j VAE 或 SDA 做到这一点?
【问题讨论】:
标签: deeplearning4j
这是变分自动编码器 (VAE) https://github.com/deeplearning4j/dl4j-examples/tree/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/unsupervised/variational 的 DL4J 示例
所有 Deeplearning4j 和 DataVec/ETL 示例都可以在这里找到:
https://github.com/deeplearning4j/dl4j-examples/
如果您有更多问题,请加入我们在 Gitter 上的开发者社区:
【讨论】: