An open API service indexing awesome lists of open source software.

https://github.com/maxb2/d2l-homework


https://github.com/maxb2/d2l-homework

Last synced: 4 months ago
JSON representation

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
```