We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a6c90 commit 4135d75Copy full SHA for 4135d75
src/examples/mnist/MNIST_SP.cpp
@@ -56,6 +56,9 @@ class MNIST {
56
* Score: 95.35% (465 / 10000 wrong) : 28x28x16 : 2 : 125 : : smaller boosting (2.0)
57
* -- this will be my working model, reasonable performance/speed ratio
58
*
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
+ *
62
*/
63
64
private:
0 commit comments