File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments