Skip to content

Instantly share code, notes, and snippets.

@rubenfiszel
Created February 15, 2016 16:07
Show Gist options
  • Save rubenfiszel/42a4e200a350847b4c61 to your computer and use it in GitHub Desktop.
Save rubenfiszel/42a4e200a350847b4c61 to your computer and use it in GitHub Desktop.
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies ++= Seq(
"org.deeplearning4j" % "deeplearning4j-core" % "0.4-rc3.9-SNAPSHOT",
"org.deeplearning4j" % "deeplearning4j-ui" % "0.4-rc3.9-SNAPSHOT",
"org.nd4j" % "nd4j-x86" % "0.4-rc3.9-SNAPSHOT"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment