dl4j学习参考文章

顶级的深度学习框架比较:Deeplearning4j、Torch、Theano、TensorFlow、Caffe、Caffe2、Paddle、MxNet、Keras 和 CNTK - Deeplearning4j: Open-source, Distributed Deep Learning for the JVM

java打包指定平台,可以把无关平台的依赖过滤,如:指定linux x86_64系统

mvn clean install -Djavacpp.platform=linux-x86_64 

1、dl4j源码

https://gitee.com/chfengyiliu/deeplearning4j-examples

https://gitee.com/chfengyiliu/deeplearning4j/tree/master

2、DL4J矩阵操作API 

来自:51CTO博客 作者:mb5fe18fccaee95 。 搜dl4j,作者有"DL4J实战1~6" 系列文章可以参考学习。

DL4J实战之五:矩阵操作基本功_mb5fe18fccaee95的技术博客_51CTO博客

3、DL4J中文文档/开始/速查表 

DL4J中文文档/开始/速查表_bewithme的博客-CSDN博客

4、应用

DL4j-08-Deep Auto Encoder | Echo Blog

获取AutoEncoder中间层输出_寒沧的博客-CSDN博客

【专知-Java Deeplearning4j深度学习教程05】无监督特征提取神器—AutoEncoder:图文+代码

 

你可能感兴趣的:(算法学习,deep,learning,java)