Skip to content

Commit b13153e

Browse files
committed
MNIST results formatting
1 parent 62199c7 commit b13153e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/examples/mnist/MNIST_SP.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ class MNIST {
4444
/**
4545
* RESULTS:
4646
*
47-
* Order : score : column dimensions : #passes on train : time to run (s) : git commit : comment
47+
* Order : score : column dim : #pass : time(s): git commit : comment
4848
* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
49-
* 1/ Score: 97.11% (289 / 10000 wrong) : 28x28x16 : 4 : 557 : 1f0187fc6 : epochs help, at cost of time
49+
* 1/Score: 97.11% (289 / 10000 wrong) : 28x28x16 : 4 : 557 : 1f0187fc6 : epochs help, at cost of time
5050
*
51-
* 2/ Score: 96.56% (344 / 10000 wrong) : 28x28x16 : 1 : 142 : 3ccadc6d6
51+
* 2/Score: 96.56% (344 / 10000 wrong) : 28x28x16 : 1 : 142 : 3ccadc6d6
5252
*
53-
* 3/ Score: 96.1% (390 / 10000 wrong). : 28x28x30 : 1 : 256 : 454f7a9d8
53+
* 3/Score: 96.1% (390 / 10000 wrong). : 28x28x30 : 1 : 256 : 454f7a9d8
5454
*
5555
* others/
56-
* Score: 95.35% (465 / 10000 wrong) : 28x28x16 : 2 : 125 : : smaller boosting (2.0)
56+
* Score: 95.35% (465 / 10000 wrong) : 28x28x16 : 2 : 125 : : smaller boosting (2.0)
5757
* -- this will be my working model, reasonable performance/speed ratio
5858
*
5959
*/

0 commit comments

Comments
 (0)