: an Intro to Computational Neuroscience
Last updated on
Feb 19, 2023
1 min read
from pathlib import Path
DATA_DIR = Path("/kaggle/input")
if (DATA_DIR / "ucfai-core-sp18-intro-comp-neuro").exists():
DATA_DIR /= "ucfai-core-sp18-intro-comp-neuro"
else:
# You'll need to download the data from Kaggle and place it in the `data/`
# directory beside this notebook.
# The data should be here: https://kaggle.com/c/ucfai-core-sp18-intro-comp-neuro/data
DATA_DIR = Path("data")
Other Meetings in this Series
Contributing Authors
Researcher in Computational Neuroscience. Currently focused on hierarchical models of visual processing.