# dl4j-examples **Repository Path**: benhail/dl4j-examples ## Basic Information - **Project Name**: dl4j-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-17 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Deeplearning4J Examples ========================= 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](https://maven.apache.org/) to build the examples. ``` mvn clean package ``` Run the `runexamples.sh` script to run the examples (requires [bash](https://www.gnu.org/software/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](http://deeplearning4j.org/) and its [JavaDoc](http://deeplearning4j.org/doc/). If you notice issues, please log them, and if you want to contribute, submit a pull request. Input is welcome here.