ioam / topographica

A general-purpose neural simulator focusing on topographic maps.
topographica.org
BSD 3-Clause "New" or "Revised" License
53 stars 32 forks source link

what is the number of gaussians to use to reproduce the J.Neuroscience paper on 2013 ? #677

Closed dancehours closed 6 years ago

dancehours commented 6 years ago

Hi, I checked parameters of the paper reproduction Jupyterbook file in the document, the size of area is 1.5, but I am not sure what is the number of inputs ? If area = 1.5, number of inputs =2, then the total number of gaussians = area^2 * 2 is about 4, but I saw the images from the paper show that there seem to be 2 Gaussians, so I suppose that the number of inputs = 1 is used to reproduce the results of the paper. In summary, the parameters of area = 1.5 and number of inputs = 2 are used to reproduce the results of the paper, right ?