我正在尝试推算图像,比如:https://www.researchgate.net/publication/284476380_Variational_Auto-encoded_Deep_Gaussian_Processes
mnist图像补偿的例子。
如何使用deeplearning4j VAE或SDA来完成此操作?
发布于 2017-03-24 20:49:26
这是一个变分自动编码器(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开发者社区:
https://stackoverflow.com/questions/43003926
复制相似问题