Skip to content

ViCCo-Group/DNN_vs_brain-and-behavior

Repository files navigation

DNN vs. brain and behavior

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

How to update the list?

The script is written in Python3.

  1. First install the requirements.
pip install -r requirements.txt
  1. Check here whether there are any modifications. If yes, copy them over to the main spreadsheet.

  2. Download the main spreadsheet as a tab (not comma!) separated CSV file.

  3. 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 the scripts 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]