https://github.com/maxb2/d2l-homework
https://github.com/maxb2/d2l-homework
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxb2/d2l-homework
- Owner: maxb2
- Created: 2023-04-10T15:49:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T14:36:35.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T18:46:19.783Z (almost 2 years ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d2l-homework
This is a place for the homework/exercises from the [Dive Into Deep Learning (d2l)](https://d2l.ai) book.
## Setup
- This repo uses [pre-commit](https://pre-commit.com). After cloning, run:
```bash
poetry run pre-commit install-hooks
```
- If you want to use an external Jupyter instance, run:
```bash
poetry run python -m ipykernel install --user --name d2l-homework
```