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

Optimize views into SparseSynapses #1

Open Oblynx opened 5 years ago

Oblynx commented 5 years ago

Views into sparse matrices lack specialized methods for mostly everything. But it looks like they can be implemented easily wrt. view.parent

See https://github.com/JuliaLang/julia/issues/21796#issuecomment-457203294