Skip to content

Instantly share code, notes, and snippets.

@nikita-volkov
Created September 9, 2017 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikita-volkov/7c4904ec23238e6b2a676f7a85f498dd to your computer and use it in GitHub Desktop.
Save nikita-volkov/7c4904ec23238e6b2a676f7a85f498dd to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-core</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-api</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-cuda-7.5-platform</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-ui_2.11</artifactId>
<version>0.9.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment