Skip to content

jalbalah/DeepLearning4Java-fastEasy-CSV

 
 

Repository files navigation

Build and Run

Use Maven to build the examples.

(1) mvn install

(2) java -cp dl4j-examples/target/dl4j-examples-0.4-rc0-SNAPSHOT-bin.jar "org.deeplearning4j.examples.dataExamples.CSVExample" XOR.csv 2 6 250 .1 1000

Training on custom .csv (comma separated) file data

(1) Put your csv data files in dl4j-examples/src/main/resources

(2) Note the number of rows, cols, etc. in your csv file

(3) Build and run with command line arguments for any data file

Note: must rebuild when adding new data files or modifying CSVExample.java

Test XOR example (learned perfectly: accuracy == 1):

Original Documentation (DeepLearning4Java)

For more information, check out deeplearning4j.org and its JavaDoc.

About

Deeplearning4j Example (DL4J, DataVec) Train On Any Data Easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.7%
  • Shell 2.3%