todototry / dl4j-examples-scala

a simple scala porting of https://github.com/deeplearning4j/dl4j-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-examples; run"
  • dl4j cuda specific examples

    • sbt "; project dl4j-cuda-specific-examples; run"
  • datavec examples

    • sbt "; project datavec-examples; 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.

About

a simple scala porting of https://github.com/deeplearning4j/dl4j-examples

License:Other


Languages

Language:Scala 99.6%Language:Shell 0.4%