The repo contains the solutions of the problems available at the end of each chapter in the Understanding Deep Learning (UDL) book.
- Python 3.12 or later
- Download and install MiniConda from here.
- Create a new environment using the following commmand:
$ conda create -n udl-book python=3.12- Activate the environment:
$ conda activate udl-book$ pip install -r requirements.txtThis project is licensed under the MIT License - see the LICENSE file for details.
This repository uses concepts, explanations, or material inspired by the following resource:
@book{prince2023understanding,
author = "Simon J.D. Prince",
title = "Understanding Deep Learning",
publisher = "The MIT Press",
year = 2023,
url = "http://udlbook.com"
}