Closed bcipolli closed 8 years ago
@vishaalprasad I did this by running different sizes one at a time, tweaking nConns
to see how things varied. Then moving up to the next image size, etc.
All the changes look good to me. The only concern is with the way multiple crossover points are being detected.
In order to better control interactions between tasks and networks, we've needed to understand relationships between crossover frequencies and: # connections, image size. We hoped these would be consistent and smoothly varying.
Here, I made code changes that enabled this. Indeed, the interactions are smooth. I found:
These are not surprises; we know that as the connection density decreases, the curve flattens and raises, so interactions push right (lower frequencies).
A few key code changes:
de_MakeDataset('gratings')
, instead of the rawmfe_gratings
call.Some supporting figures: