This repo contains my solutions to all 5 assignments of CS224n offered by Stanford, Winter 2019 (course website).
- Use
pipenv
to create virtual environment, it requirespython >=3.7
:
pipenv install
- Activate the created virtual environment:
pipenv shell