GithubHelp home page GithubHelp logo

dsdinter / dl4j-0.4-examples-scala Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kogecoo/dl4j-examples-scala

0.0 2.0 0.0 1.82 MB

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

Scala 99.37% Shell 0.63%

dl4j-0.4-examples-scala's Introduction

DL4J Release 0.4 Examples for Scala

This project is a simple Scala porting of deeplearning4j-0.4-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 want to write codes in the scala manner strongly, you should consider to use deeplearning4s.

Before building this project

Before you build this library, it needs to modify the line in build.sbt for specifying your OS environment. The target line is

"org.nd4j" % "nd4j-native" % "0.4-rc3.9",

and you need to modify it to

"org.nd4j" % "nd4j-native" % "0.4-rc3.9" classifier "" classifier "[OS ENVIRONMENT]",

Note that [OS ENVIRONMENT] will be specified like:

  • windows-x86_64
  • linux-x86_64
  • macosx-x86_64

For example, in OSX case, the line is:

  • "org.nd4j" % "nd4j-native" % "0.4-rc3.9" classifier "" classifier "macosx-x86_64",

For more detailed information will be found in Nd4j document page.


Repository of Deeplearning4J neural net examples:

  • Convolutional Neural Nets
  • Recurrent Neural Nets
  • Deep-belief Neural Nets
  • Restricted Boltzmann Machines
  • Recursive 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-0.4-examples-scala's People

Contributors

habitats avatar kogecoo avatar ogeagla avatar

Watchers

 avatar  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.