: an Intro to Computational Neuroscience

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

Read more

We're filling this out!

Read more

We're filling this out!

Contributing Authors

Joshua Bowren
Joshua Bowren

Researcher in Computational Neuroscience. Currently focused on hierarchical models of visual processing.