Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Always set default value for maxBoost to 1.0 #3144

Closed
Tracked by #2829
rhyolight opened this issue May 25, 2016 · 3 comments · Fixed by #3162
Closed
Tracked by #2829

Always set default value for maxBoost to 1.0 #3144

rhyolight opened this issue May 25, 2016 · 3 comments · Fixed by #3162

Comments

@rhyolight
Copy link
Member

rhyolight commented May 25, 2016

As discussed by @subutai on HTM Forum:

maxBoost is described in the Spatial Pooler pseudocode [1]. As Alex Lavin mentions at the end of his post, boosting is, by definition, only useful for really long and complex data sources where you need to optimally allocate the SP columns. For most simple streaming tasks it can be set to 1.0.

To my knowledge, swarming does not explore different values of boosting, just uses a default value of 2.0. I think that default should be set to 1.0. There is an existing NuPIC ticket [2] to improve the various swarm parameters, and this should be one of them. There are other parameters that could be improved in swarming.

[1] http://numenta.com/assets/pdf/biological-and-machine-intelligence/0.4/BaMI-Spatial-Pooler.pdf
[2] #2829

@breznak
Copy link
Member

breznak commented May 25, 2016

@rhyolight got it in #3143 😉 maybe it needs a warning comment if we agree on that

@rhyolight
Copy link
Member Author

maybe it needs a warning comment if we agree on that

What do you mean a warning comment?

@breznak
Copy link
Member

breznak commented May 25, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants