Skip to content
/ cs231n Public

My personal notebooks (in Japanese) for CS231n - Deep Learning for Computer Vision

License

Notifications You must be signed in to change notification settings

rmuraix/cs231n

Repository files navigation

CS231n

About

My personal notebooks for CS231n.

Running Locally

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

Course Materials

To see the course materials translated into Japanese, execute the following commands.

cd docs
docker compose up

Open http://localhost:3000

References

Contributing

Your contribution is always welcome. Please read Contributing Guide.