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?
Is there multi-dimensional spatial pooler for NuPIC?
249 views Asked by Gordon Tseng At
1
With this recent change to the SP, it now supports any number of dimensions. Just set
inputDimensions
andcolumnDimensions
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.