Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 DL4J 文档中找不到任何完整的自动编码器示例。我在这里看到了对自动编码器的一个很好的一般描述,其中有一小段代码仅用于 MultiLayerConfiguration,但代码并不完整。是否有任何完整的示例,其中数据集被加载、预处理然后插入网络并生成预测?例如,使用Movielens数据集或任何其他数据集的示例。谢谢你。
您有一个使用 mnist 数据集的深度自动编码器示例:
https://deeplearning4j.org/deepautoencoder
这里有代码:
https://github.com/deeplearning4j/dl4j-examples/tree/master/dl4j-examples/src/main/java/org/deeplearning4j/examples/unsupervised/deepbelief