deep-learning-from-scratch

GitHub Actions workflow badge

Implementation of "ゼロから作る Deep Learning" (O'Reilly Japan, 2016)

Links

Requirements

  • Python 3.11
  • Poetry

Setup

  • Setup direnv
echo "source .venv/bin/activate" >> .envrc
direnv allow
  • Install dependencies
poetry install
  • Run tests
bash scripts/test.sh