Giter Club home page Giter Club logo

dl4j-examples-scala's Introduction

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 some projects. To choose and run a project, followings commands are useful.

  • arbiter examples

    • sbt "; project arbiter-examples; run"
  • datavec examples

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

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

    • sbt "; project dl4j-examples; run"
  • dl4j spark examples

    • sbt "; project dl4j-spark; run"
  • nd4j examples

    • sbt "; project nd4j-examples; run"
  • rl4j examples

    • sbt "; project rl4j-examples; run"

Switch nd4j backend

To switch nd4j backend, set one of following options to nd4jBackend variable in build.sbt.

  • Libs.nd4jNativePlatform (default)
  • Libs.nd4jCuda75Platform
  • Libs.nd4jCuda80Platform

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.

dl4j-examples-scala's People

Contributors

kogecoo avatar ogeagla avatar habitats avatar todototry avatar

Watchers

Mirza Safiullah Baig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.