Skip to content

afmfe-iul/TSINeuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requisites:

  1. Download the MNIST train and test set from https://pjreddie.com/projects/mnist-in-csv/
  2. Make sure the downloaded files are named "mnist_test.csv" and "mnist_train.csv" and put them on the resources folder inside the project

Warning: to run all the 60.000 training examples, and depending on the Neural Network configuration, you might have to increase your JVM heap size. Add the following parameters to your run configurations:

-Xms<size>        // sets the initial Java heap size
-Xmx<size>        // sets the maximum Java heap size

Also if you want to run the app from a jar file you must have a 64bit JVM. The command to launch the app with 1500MB of heap space would be:

	java -jar -d64 -Xmx1500m <jar path>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages