Skip to content
/ ScalNet Public
forked from bestwpw/ScalNet

A Scala wrapper for Deeplearning4j, inspired by Keras. Scala + DL + Spark + GPUs

License

Notifications You must be signed in to change notification settings

kingcw/ScalNet

 
 

Repository files navigation

ScalNet

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.

How to build

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

About

A Scala wrapper for Deeplearning4j, inspired by Keras. Scala + DL + Spark + GPUs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 89.3%
  • Shell 10.7%