Oblynx / HierarchicalTemporalMemory.jl

A simple, high-level Julia implementation of Numenta HTM algorithms
https://oblynx.github.io/HierarchicalTemporalMemory.jl
MIT License
21 stars 3 forks source link

[TM] Cache new segments #18

Open Oblynx opened 5 years ago

Oblynx commented 5 years ago

Adding single new segments to TM.DistalSynapses is very slow, so maybe cache many segment additions and perform them together.