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

wrapping_hypercube doesn't work yet with CartesianIndices #2

Closed Oblynx closed 5 years ago

Oblynx commented 5 years ago

wrapping_hypercube needs 2-4 CartesianIndices to implement, instead of just 1. It's more complicated than the non-wrapping version, so for the time being leave it only at the non-wrapping hypercube

Oblynx commented 5 years ago

I'm not actually using hypercubes, I'm eliding them with image filtering functions.