You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/examples/mnist/MNIST_SP.cpp
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,6 @@ void setup() {
84
84
/* potentialPct */0.1f, //we have only 10 classes, and << #columns. So we want to force each col to specialize. Cca 0.3 w "7" above, or very small (0.1) for "no topology". Cannot be too small due to internal checks. Speed++
85
85
/* globalInhibition */true, //Speed+++++++; SDR quality-- (global does have active nearby cols, which we want to avoid (local)); Results+-0
86
86
/* localAreaDensity */0.1f, // % active bits
87
-
/* numActiveColumnsPerInhArea */ -1,
88
87
/* stimulusThreshold */6u,
89
88
/* synPermInactiveDec */0.002f, //FIXME inactive decay permanence plays NO role, investigate! (slightly better w/o it)
90
89
/* synPermActiveInc */0.14f, //takes upto 5x steps to get dis/connected
for(auto neighbor: WrappingNeighborhood(column, inhibitionRadius_,columnDimensions_)) { //TODO if we don't change inh radius (changes only every isUpdateRound()),
883
+
// then these values can be cached -> faster local inh
0 commit comments