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