【问题标题】:Is there any code example of data imputation by VAE or SDA by using deeplearning4j是否有 VAE 或 SDA 使用 deeplearning4j 进行数据插补的代码示例
【发布时间】:2017-03-24 15:51:29
【问题描述】:

我正在尝试估算图像,例如: https://www.researchgate.net/publication/284476380_Variational_Auto-encoded_Deep_Gaussian_Processes

mnist 图像插补的例子。

如何使用 deeplearning4j VAE 或 SDA 做到这一点?

【问题讨论】:

    标签: deeplearning4j


    【解决方案1】:

    这是变分自动编码器 (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://gitter.im/deeplearning4j/deeplearning4j

    【讨论】:

    • 我已经浏览了几乎所有的 DL4J 示例,并研究了 VAE 和 SDA 的示例。我是深度学习的初学者,只知道如何使用 DL4j 通过 VAE/SDA 进行图像插补(2D 数据)。刚看了几篇关于这个的论文,但知道如何使用 java 实现它们
    猜你喜欢
    • 2017-09-15
    • 2020-02-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-01-06
    • 2020-04-09
    • 2017-12-27
    • 1970-01-01
    相关资源
    最近更新 更多