: Do We Need English Lit Anymore?

from pathlib import Path

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

John Muchovej
John Muchovej

Founder of AI@UCF. Researcher in cognitive science and machine learning. Focusing on intuitive physics and intuitive psychology.