numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.34k stars 1.56k forks source link

Added community link policy docs from forum #3844

Closed rhyolight closed 6 years ago

rhyolight commented 6 years ago

See https://discourse.numenta.org/t/documentation-on-dimensions-links-linkpolicy-and-splitter-maps/3964/11?u=rhyolight

rhyolight commented 6 years ago

I'm just waiting for @dkeeney to give us the 👍 to use his words.

dkeeney commented 6 years ago

Yes, please use my words if you would like. I did not know you needed me to say so. One change however....The Input buffer size in the destination's Spec does not seem to be used as I said. The Output buffer sizes are checked but it does not appear that the Input buffer size in the Spec is used.

rhyolight commented 6 years ago

@dkeeney Do you mind pointing to some exact changes to make because I don't understand the topic like you do, and I'm afraid I'm going to get it wrong.

dkeeney commented 6 years ago

Matt

Change: Destination Input Buffer width: The input buffer width can also be set in the destination region’s Input Spec using the ‘count’ field. If the ‘count’ is 0 (and it most often is) then it uses the width of the source output buffer to which it is connected.

to: Destination Input Buffer width: The input buffer width is set using the width of the source output buffer to which it is connected. If more than one link terminate on the same Input buffer, the input buffer width is set using the sum of the widths of all source output buffers that are connected.

Does that help? Dave

On Thu, Jun 14, 2018 at 9:40 AM, Matthew Taylor notifications@github.com wrote:

@dkeeney https://github.com/dkeeney Do you mind pointing to some exact changes to make because I don't understand the topic like you do, and I'm afraid I'm going to get it wrong.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/numenta/nupic/pull/3844#issuecomment-397360318, or mute the thread https://github.com/notifications/unsubscribe-auth/AFBa_wK0xUYSzxXZDpHnkrbdi1_bprIsks5t8pIEgaJpZM4Uk9h6 .

rhyolight commented 6 years ago

@dkeeney Yup, perfect, thanks.