Skip to content

mahmoudazizorignal/udl-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding Deep Learning Book Problems Solutions

The repo contains the solutions of the problems available at the end of each chapter in the Understanding Deep Learning (UDL) book.

Requirements

  • Python 3.12 or later

Install Python using MiniConda

  1. Download and install MiniConda from here.
  2. Create a new environment using the following commmand:
$ conda create -n udl-book python=3.12
  1. Activate the environment:
$ conda activate udl-book

Installation

Install the required packages

$ pip install -r requirements.txt

License

This project is licensed under the MIT License - see the LICENSE file for details.

References

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"
}

About

Problems solutions of Understanding Deep Learning Book

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors