This repository contains a collection of Jupyter notebooks that demonstrate the examples and exercises from the book "Understanding Deep Learning". The notebooks are written in Python and use the Jupyter notebook environment. The notebooks are organized by chapter and each notebook corresponds to a chapter in the book.
The project is rewritten in Python 3.10.12, and for the local development, you can create a virtual environment and install the dependencies using the following commands:
pip install -r requirements.txt