Skip to content

Instantly share code, notes, and snippets.

@mgrube
Created June 25, 2015 08:35
Show Gist options
  • Save mgrube/1447efca940ebdb6f359 to your computer and use it in GitHub Desktop.
Save mgrube/1447efca940ebdb6f359 to your computer and use it in GitHub Desktop.
deps
<dependencies>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jblas</artifactId>
<version>0.0.3.5.5.3</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jcublas-6.5</artifactId>
<version>0.0.3.5.5.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-core</artifactId>
<version>0.0.3.3</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment