Hi all,

A very intelligent chap said in a 3 part video on the numenta YouTube channel 
that a python dictionary goes into a sensory region. This region outputs a 
variable length SDR which is fed into the spatial pooler. The Spatial pooler 
then spits out a 2048 binary vector which has been made sparse.

Say the sensory region can accept arbitrary strings.

Say I insert 'flower;bee;horse' into the sensory region and record the SP's 
output and call it T1. Then I insert 'bee;flower;dog' and record the SP's 
output, called T2.

Now I only insert the word 'dog' into the sensory region and record the SP's 
output, calling it C.

If I TOR = boolean.OR(T1, T2)  then do a X = boolean.AND(TOR,C) will C and X be 
identical?

Thank you.

Stewart 
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to