Open
Description
I’ve been experimenting with topology and the spatial pooler, but I am getting strange results. My input consists of an SDR which has 3 filled circles of active bits. I expect the spatial pooler to produce output which has a similar topology, however what I am getting instead is this:
The output matches the y-location of the input, but for some reason it has activations along the entire width of the column dimensions. It seems to be wrapping around the width. This happens even when the spatial pooler column dimensions match the input space dimensions. Setting the receptive field of each column to 1 alleviates the problem.
Is this intended behavior?