Teaching Machines to Make Sense of Images
Last updated on
Feb 19, 2023
1 min read
from pathlib import Path
DATA_DIR = Path("/kaggle/input")
if (DATA_DIR / "ucfai-core-fa18-conv-nets").exists():
DATA_DIR /= "ucfai-core-fa18-conv-nets"
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-fa18-conv-nets/data
DATA_DIR = Path("data")
Other Meetings in this Series
Contributing Authors
Founder of AI@UCF. Researcher in cognitive science and machine learning. Focusing on intuitive physics and intuitive psychology.