Skip to content

Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark

License

Notifications You must be signed in to change notification settings

saudet/deeplearning4j

This branch is 24119 commits ahead of, 2831 commits behind deeplearning4j/deeplearning4j:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21254a4 · Jun 4, 2019
Dec 18, 2018
Jun 1, 2019
Jun 1, 2019
Jun 4, 2019
May 31, 2019
Nov 6, 2018
May 10, 2019
Jun 4, 2019
Jun 4, 2019
May 21, 2019
May 10, 2019
May 10, 2019
Jun 1, 2019
May 18, 2019
Jun 4, 2019
Mar 21, 2019
Jul 17, 2018
May 7, 2019
May 16, 2019
Apr 11, 2019
Oct 31, 2018
Jul 17, 2018
Nov 1, 2018
Apr 13, 2019

Repository files navigation

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

About

Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 66.2%
  • C++ 28.0%
  • Cuda 2.4%
  • Scala 0.8%
  • JavaScript 0.8%
  • Python 0.5%
  • Other 1.3%