Skip to content

Files

Latest commit

Aug 17, 2022
cf1a378 · Aug 17, 2022

History

History

oreilly-book-dl4j-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022

README.md

Deeplearning4J Examples

(NOTE TO READERS: THESE EXAMPLES ARE PRESENT FOR HISTORICAL REASONS ONLY. PLEASE USE THE OTHER EXAMPLES IN THIS REPOSITORY FOR THE MOST UP TO DATE CODE.) Repository of Deeplearning4J neural net examples:

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

Build and Run

Use Maven to build the examples.

mvn clean package

Run the runexamples.sh script to run the examples (requires bash). It will list the examples and prompt you for the one to run. Pass the --all argument to run all of them. (Other options are shown with -h).

./runexamples.sh [-h | --help]

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.