htm-community / comportex

Hierarchical Temporal Memory in Clojure
154 stars 27 forks source link

composable layers only; get rid of regions #46

Closed floybix closed 7 years ago

floybix commented 7 years ago

I had thought regions might be a useful construct if there was some special interaction between layers in a region, like shared activation/inhibition of mini-columns.

But they've turned out to just get in the way, like OO cruft. I think it would be better work with flexible (composable) layers, and implement any special interactions on top.

Also - make it easy to have lateral feedback between layers ("cortical columns").