numenta / htmresearch

Experimental algorithms. Unsupported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move region-linking logic in classification network factory

BoltzmannBrain opened this issue · comments

Currently classification_network.py auto links the regions in its linkRegions() method. We would like to separate out the logic such that we can create different network models, e.g. "sensor-->SP-->TM-->classifier" and "sensor-->UP-->classifier". The changes should link regions depending on which regions are specified when creating the network.