Is there multi-dimensional spatial pooler for NuPIC?

249 views Asked by At

I'm currently working on some image/video recognition systems. I'd like to build it based on NuPIC. But I cannot find a multi-dimensional spatial pooler, which is very important in the vision domain. Should I implement multi-dimensional SP by myself?

1

There are 1 answers

0
Chetan On

With this recent change to the SP, it now supports any number of dimensions. Just set inputDimensions and columnDimensions to any number of dimensions you want (make sure they are the same, though), and the SP will respect the topology of the input and column space.