ScalNet is a wrapper around deeplearning4j emulating a keras like api for deep learning.
ScalNet is STILL ALPHA and we are open sourcing this in an attempt to get feedback.
You will have to build from source to use ScalNet (this includes the dl4j toolchain)
Come in to gitter if you are interested in learning more.
Currently ScalNet depends on deeplearning4j and nd4j SNAPSHOTs. Please install these package in your local machine first with mvn install
.
Target for scala-2.11
$ mvn package -Pscala-2.11.x
Target for scala-2.10
$ mvn clean -Pscala-2.10.x