My personal notebooks for CS231n.
If you have Docker installed, you can use devcontainer. Otherwise, the following are required.
- OS that supports shell scripts
- Python3
- Poetry
# Install dependencies
poetry install
# Format code with ruff
poetry run ruff format .
# Install pre-commit to check formatting
# and remove metadata from *.ipynb When you commit.
pre-commit install
To see the course materials translated into Japanese, execute the following commands.
cd docs
docker compose up
Your contribution is always welcome. Please read Contributing Guide.