Quick NewbPIC question - SP/TM are separate neural networks?

Hi all, do I have it correctly that in NuPIC (py), the SP and TM objects are creating independent networks? One proximal+columns, and the other distal+dendrites?

Not what I expected, but very cool the algorithms can be so completely separated. Great way to maintain complexity in my code and head. Thanks.

I would not call them different networks, but they are using different data structures to store information.

Thanks Matt! I should’ve used “data structure” instead of “network” for sure.

1 Like