Skip to content

Commit

Permalink
Updated training
Browse files Browse the repository at this point in the history
  • Loading branch information
scottarush committed Dec 11, 2020
1 parent 5ebc7d3 commit 796fdf8
Show file tree
Hide file tree
Showing 3 changed files with 5,001 additions and 5,001 deletions.
Binary file modified TeamCode/src/main/assets/neural_network.bin
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void trainingStatus(int epochNumber, double normalError) {
logBuffer.append(epochNumber+","+ normalError +"\n");
}
});
ringnn.train(processor.getXTrainingData(),processor.getYTrainingData(), processor.getScaleFactors(), 5,1.0d,5000);
ringnn.train(processor.getXTrainingData(),processor.getYTrainingData(), processor.getScaleFactors(), 10,0.1d,5000);
// Save the training log
try{
File logFile = new File(trainingDataPath+"/training_log.csv");
Expand Down
Loading

0 comments on commit 796fdf8

Please sign in to comment.