Skip to content

Commit e8a47d1

Browse files
committed
SP doc initial connected Pct is too large, FIXME
1 parent 4135d75 commit e8a47d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/htm/algorithms/SpatialPooler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ void SpatialPooler::initialize(
425425
spVerbosity_ = spVerbosity;
426426
wrapAround_ = wrapAround;
427427
updatePeriod_ = 50u;
428-
initConnectedPct_ = 0.5f;
428+
initConnectedPct_ = 0.5f; //FIXME make SP's param, and much lower 0.01 https://discourse.numenta.org/t/spatial-pooler-implementation-for-mnist-dataset/2317/25?u=breznak
429429
iterationNum_ = 0u;
430430
iterationLearnNum_ = 0u;
431431

0 commit comments

Comments
 (0)