Skip to content

Commit

Permalink
start trying cifar 10 traning (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Jerez committed Nov 17, 2023
1 parent 8dc1ec4 commit 9844837
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions newton-4.00/applications/ndSandbox/ndDemoEntityManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ ndDemoEntityManager::ndDemoEntityManager()

//Test0__();
//Test1__();
ndHandWrittenDigits();
//ndCifar10ImageClassification();
//ndHandWrittenDigits();
ndCifar10ImageClassification();

//ndSharedPtr<ndDemoEntityManager> xxx(this);
//ndDemoEntityManager* xxx1 = *xxx;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ static void MnistTrainingSet()

// so far best training result on the mnist data set
//optimizer.SetRegularizer(ndBrainFloat(0.0e-5f)); // test data score fully(98.070%) conv(99.170%)
//optimizer.SetRegularizer(ndBrainFloat(1.0e-5f)); // test data score fully(98.200%) conv(99.240%)
optimizer.SetRegularizer(ndBrainFloat(2.0e-5f)); // test data score fully(97.980%) conv(%)
optimizer.SetRegularizer(ndBrainFloat(1.0e-5f)); // test data score fully(98.200%) conv(99.240%)
//optimizer.SetRegularizer(ndBrainFloat(2.0e-5f)); // test data score fully(97.980%) conv(99.210%)
//optimizer.SetRegularizer(ndBrainFloat(3.0e-5f)); // test data score fully(%) conv(%)
//optimizer.SetRegularizer(ndBrainFloat(4.0e-5f)); // test data score fully(%) conv(%)

Expand Down

0 comments on commit 9844837

Please sign in to comment.