Skip to content

k0ala/dl4j-examples-scala

This branch is 5 commits behind kogecoo/dl4j-examples-scala:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f49bc70 · Aug 21, 2016

History

67 Commits
Aug 21, 2016
Aug 21, 2016
Aug 21, 2016
Aug 28, 2015
Apr 7, 2016
Apr 7, 2016
Aug 17, 2016
Aug 21, 2016
Aug 21, 2016
Jan 27, 2016

Repository files navigation

Deeplearning4J Examples for Scala

This project is a simple Scala porting of deeplearning4j-example.

The main purpose of this project is:

  • Show example of how to use deeplearning4j Java API from scala

  • Provide a sbt project template depends on DL4J

Every examples in this demonstration directly calls Java APIs of DL4J. If you strongly want to write codes in the scala manner, you should consider to use deeplearning4s.

Note that currently dl4j-spark-examples are not merged yet.

Getting Started

This repository has 3 project. To choose and run a project, followings commands are useful.

  • dl4j examples

    • sbt "; project dl4j_example; run"
  • dl4j cuda specific examples

    • sbt "; project dl4j_cuda_specific_example; run"
  • datavec examples

    • sbt "; project datavec_example; run"

Repository of Deeplearning4J neural net examples:

  • MLP Neural Nets
  • Convolutional Neural Nets
  • Recurrent Neural Nets
  • TSNE
  • Word2Vec & GloVe
  • Anomaly Detection

Documentation

For more information, check out deeplearning4j.org and its JavaDoc.

If you notice issues, please log them, and if you want to contribute, submit a pull request. Input is welcome here.

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.6%
  • Shell 0.4%