Skip to content

Commit 4135d75

Browse files
committed
MNIST add baseline results
1 parent 01a6c90 commit 4135d75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/examples/mnist/MNIST_SP.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ class MNIST {
5656
* 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
*
59+
* Baseline:
60+
* Score: 90.52% (948 / 10000 wrong). : SP disabled : 1 : 0.489 : 01a6c90297 : baseline with only classifier on raw images, on SP
61+
*
5962
*/
6063

6164
private:

0 commit comments

Comments
 (0)