: Convolving a Neural Network

from pathlib import Path

DATA_DIR = Path("/kaggle/input")
if (DATA_DIR / "ucfai-core-sp18-conv-nets-workshop").exists():
    DATA_DIR /= "ucfai-core-sp18-conv-nets-workshop"
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-conv-nets-workshop/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