This list is the updated (but surely not complete!) version of Martin Hebarts well-known introductory list for DNN vs. brain and behavior.
SORTABLE TABLE: https://vicco-group.github.io/DNN_vs_brain-and-behavior/ (possible by lables AND sort alphabetically by header)
Keywords: behavior, brain_imaging, review, human, rodent, monkey, eeg, electrophysiology, fMRI, MEG, visual, semantic
If you wish to add a new paper, please add it here and we will update the website regulary. For updates, follow on Twitter: @martin_hebart ViCCo Group
The script is written in Python3.
- First install the requirements.
pip install -r requirements.txt
-
Check here whether there are any modifications. If yes, copy them over to the main spreadsheet.
-
Download the main spreadsheet as a tab (not comma!) separated CSV file.
-
Run the script in
scripts/csv_to_html_table.py
with the following command. It takes the path to the CSV file from step 3. It is important to run the script in thescripts
directory as the output HTML file(index.html) be placed directly in the parent directory.
cd scripts
python csv_to_html_table.py --csv_file=[spreadsheet.csv]