The Wayback Machine - https://web.archive.org/web/20190720074448/https://github.com/eclipse/deeplearning4j
Skip to content
Eclipse Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark
Branch: master
Clone or download
RobAltena and AlexDBlack Nd4j.java javadoc (#7997)
* up to line 500.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

* up to line 1120.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

*  up to 1286.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

* up to line 2400.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

*  up to line 2500.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

* up to line 3600.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

*  up to line 4000.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

* up to line 4500.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

* up to line 5000.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>

* up to line 6000.

Signed-off-by: Robert Altena <Rob@Ra-ai.com>
Latest commit 0ef373f Jul 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update contributing and issue/PR templates (#7934) Jun 22, 2019
arbiter Merge master to upstream (#7945) Jun 27, 2019
datavec Merge master to upstream (#7945) Jun 27, 2019
deeplearning4j Fix getMemoryReport ArrayIndexOutOfBoundsException (#8015) Jul 17, 2019
docs Quick start ND4J (#7916) Jul 2, 2019
gym-java-client Eclipse Migration Initial Commit Jun 6, 2019
jumpy Eclipse Migration Initial Commit Jun 6, 2019
libnd4j Fix OpenMP by replacing pragmas with macros (#8026) Jul 18, 2019
nd4j Nd4j.java javadoc (#7997) Jul 20, 2019
nd4s Eclipse Migration Initial Commit Jun 6, 2019
pydatavec Eclipse Migration Initial Commit Jun 6, 2019
pydl4j Eclipse Migration Initial Commit Jun 6, 2019
rl4j RL4J refac: Added some observation transform classes (#7958) Jul 20, 2019
scalnet Eclipse Migration Initial Commit Jun 6, 2019
.gitignore Eclipse Migration Initial Commit Jun 6, 2019
CONTRIBUTING.md Update contributing and issue/PR templates (#7934) Jun 22, 2019
Jenkinsfile Eclipse Migration Initial Commit Jun 6, 2019
LICENSE Eclipse Migration Initial Commit Jun 6, 2019
README.md Eclipse Migration Initial Commit Jun 6, 2019
change-cuda-versions.sh Update dependencies to just released JavaCPP and JavaCV 1.5.1 (#8004) Jul 14, 2019
change-scala-versions.sh Eclipse Migration Initial Commit Jun 6, 2019
change-spark-versions.sh Eclipse Migration Initial Commit Jun 6, 2019
perform-release.sh Eclipse Migration Initial Commit Jun 6, 2019
pom.xml Update dependencies to just released JavaCPP and JavaCV 1.5.1 (#8004) Jul 14, 2019

README.md

Monorepo of Deeplearning4j

Welcome to the new monorepo of Deeplearning4j that contains the source code for all the following projects, in addition to the original repository of Deeplearning4j moved to deeplearning4j:

To build everything, we can use commands like

./change-cuda-versions.sh x.x
./change-scala-versions.sh 2.xx
./change-spark-versions.sh x
mvn clean install -Dmaven.test.skip -Dlibnd4j.cuda=x.x -Dlibnd4j.compute=xx

or

mvn -B -V -U clean install -pl '!jumpy,!pydatavec,!pydl4j' -Dlibnd4j.platform=linux-x86_64 -Dlibnd4j.chip=cuda -Dlibnd4j.cuda=9.2 -Dlibnd4j.compute=<your GPU CC> -Djavacpp.platform=linux-x86_64 -Dmaven.test.skip=true

An example of GPU "CC" or compute capability is 61 for Titan X Pascal.

Want some examples?

We have separate repository with various examples available: https://github.com/deeplearning4j/dl4j-examples

In the examples repo, you'll also find a tutorial series in Zeppelin: https://github.com/deeplearning4j/dl4j-examples/tree/master/tutorials

You can’t perform that action at this time.