LoginSignup
0
0

More than 5 years have passed since last update.

deeplearning4j ver.=0.4 rc3.9 on mac osx のbuild.sbt

Last updated at Posted at 2016-05-21

回帰のサンプルコード用build.sbt

build.sbt
name := "dl4j_work"

version := "1.0"

scalaVersion := "2.11.8"

classpathTypes += "maven-plugin"

libraryDependencies ++= Seq()

libraryDependencies += "org.nd4j" % "canova-api" % "0.0.0.15"
libraryDependencies += "org.deeplearning4j" % "deeplearning4j-core" % "0.4-rc3.9"
libraryDependencies += "jfree" % "jfreechart" % "1.0.13"
libraryDependencies += "org.bytedeco" % "javacpp" % "1.2"
libraryDependencies += "org.nd4j" % "nd4j" % "0.4-rc3.9"
libraryDependencies += "org.nd4j" % "nd4j-native" % "0.4-rc3.9" classifier "" classifier "macosx-x86_64"

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0