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

Efficient reduction #16

Closed Oblynx closed 5 years ago

Oblynx commented 5 years ago

Lazy reduction? Nested array in-place and broadcast reduction?

Oblynx commented 5 years ago

Using broadcasted views to simulate in-place nested array isn't very efficient.

Compare with for loop.

Oblynx commented 5 years ago

Nothing appears to beat normal reduction, so closing