stringer-pachitariu-et-al-2018b
stringer-pachitariu-et-al-2018b copied to clipboard
Responses of 10,000 neurons to 2,800 natural images
In the python `utils.py file`, the minimum components to analyze with PCA seems to be 1024. Why not use default sklearn setting PCA would use all 2800 samples, any reason...
I assume somewhere in the code there is stand-alone cvPCA function... can you help me find it? Thanks! -- Dario
Hi, thanks for making this data and code available. +1 for reproducible science! In that spirit, I've run into a couple of easily fixable bugs in the code: `loadproc2800.m` calls...