Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.17 KB

File metadata and controls

25 lines (17 loc) · 1.17 KB

Regular_Irregular_ShapeSelctivity

Github repo for the research paper titled: "Representations of regular and irregular shapes by deep Convolutional Neural Networks, monkey inferotemporal neurons and human judgments" by Ioannis Kalfas and Rufin Vogels (2017).

Neural data :

regular_irregular_SPIKES_yannis.mat

Stimuli :

Inside directories: /regularIrregular/ and /regularIrregularSmall2x/

Extracted features and models:

Features of stimuli are to be located inside a /features/ directory of this repository, but they will be provided through a link for download because they take a lot of disk space. Same goes for the models used (/models/ directory inside repo).

Terminology :

"untrained" refers to the untrained Alexnet. "untrainedVGG" refers to the untrained VGG19. The rest are self-explanatory.

Distance matrices :

They can be found in /distance_matrices/ , but bear in mind that the scripts that create them or use them, do that for the root directory of the repo. I put them in a separate folder for the sake of simpler repo structure and I will try to fix the paths used in the scripts later on.

Thank you for the understanding. Better documentation to be added..