Skip to content

Commit b01c053

Browse files
committed
Add Readme to Android Examples
Signed-off-by: Paul Dubs <[email protected]>
1 parent db669ad commit b01c053

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

android-examples/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Eclipse Deeplearning4J Examples for Android
2+
3+
This project shows a simple example of using Deeplearning4J in an Android application. As Gradle is the preferred build tool for Android, this project uses Gradle instead of Maven.
4+
5+
The neural networks shown in this example are the same as are used in the [Moon](./src/main/java/org/deeplearning4j/examples/quickstart/modeling/feedforward/classification/MoonClassifier.java) and [Saturn](./src/main/java/org/deeplearning4j/examples/quickstart/modeling/feedforward/classification/MoonClassifier.java) examples of the dl4j-examples.
6+
7+
The build configuration for Android can be found in [app/build.gradle](./app/build.gradle).
8+
9+
[Go back](../README.md) to the main repository page to explore other features/functionality of the **Eclipse DeeplearningJ** ecosystem. File an issue [here](https://github.com/eclipse/deeplearning4j-examples/issues) to request new features.
10+

0 commit comments

Comments
 (0)