# deeplearning_Example **Repository Path**: 75270093/deeplearning_Example ## Basic Information - **Project Name**: deeplearning_Example - **Description**: 深度学习例子 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2016-12-11 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.