issues
search
htm-community
/
comportex
Hierarchical Temporal Memory in Clojure
153
stars
27
forks
source link
Restructuring
#48
Closed
floybix
closed
8 years ago
floybix
commented
8 years ago
Fixes #23 Fixes #46
Removed regions completely. Comportex networks now consist only of layers.
Layers are constructed in unembedded state, then embedded in a network.
Layers receive signals - consisting of SDRs - from surrounding layers/senses.
core namespace now largely abstract and separate from layer implementation.
it subsumes what was the
protocols
namespace.
Fixes #23 Fixes #46
protocols
namespace.