Compare commits

..

13 Commits

Author SHA1 Message Date
udlbook
346af8822f Update index.html 2022-10-01 16:52:12 +01:00
udlbook
6b6f1824e9 Add files via upload 2022-10-01 16:50:01 +01:00
udlbook
97d10ef9ce Created using Colaboratory 2022-09-30 15:40:01 +01:00
udlbook
4a2ada59b5 Add files via upload 2022-09-27 15:51:02 -04:00
udlbook
3142b7ca98 Add files via upload 2022-09-27 15:29:17 -04:00
udlbook
47e9e1a601 Add files via upload 2022-08-03 07:34:41 -04:00
udlbook
719e92362b Add files via upload 2022-08-02 08:36:03 -04:00
udlbook
3a5457b6d7 Add files via upload 2022-08-02 08:21:33 -04:00
udlbook
e1b5231577 Add files via upload 2022-08-01 12:32:29 -04:00
udlbook
eae6c96f4f Add files via upload 2022-08-01 12:31:22 -04:00
udlbook
b39be02ae0 Add files via upload 2022-08-01 11:09:18 -04:00
udlbook
8da914487d Delete _config.yml 2022-08-01 11:07:00 -04:00
udlbook
32e517be0b Set theme jekyll-theme-slate 2022-08-01 11:02:37 -04:00
15 changed files with 157 additions and 0 deletions

BIN
PDFFigures/UDLChap10PDF.zip Normal file

Binary file not shown.

BIN
PDFFigures/UDLChap11PDF.zip Normal file

Binary file not shown.

BIN
PDFFigures/UDLChap12PDF.zip Normal file

Binary file not shown.

BIN
PDFFigures/UDLChap13PDF.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
PDFFigures/UDLChap9PDF.zip Normal file

Binary file not shown.

BIN
Slides/UDLChap10PDF.zip Normal file

Binary file not shown.

BIN
Slides/UDLChap11PDF.zip Normal file

Binary file not shown.

BIN
Slides/UDLChap12PDF.zip Normal file

Binary file not shown.

BIN
Slides/UDLChap13PDF.zip Normal file

Binary file not shown.

Binary file not shown.

52
index.html Normal file
View File

@@ -0,0 +1,52 @@
<h1>Understanding Deep Learning</h1>
by Simon J.D. Prince
<br>
To be published by MIT Press.
<h2>Key links</h2>
<ul>
<li> <a href="https://github.com/udlbook/udlbook/releases/download/v0.1.0/UnderstandingDeepLearning_30_07_22_C.pdf">Draft PDF Chapters 2-9</a> 2022-07-30. CC-BY-NC-ND license
<li> Draft PDF Chapters 10-13 (coming Oct 1st, 2022)
<li> Draft PDF Chapters 1,14-19 (coming Jan 2nd, 2023)
<li> Jupyter notebooks (coming Spring 2023)
<li> Report errata via <a href="https://github.com/udlbook/udlbook/issues">github</a> or contact me directly at udlbookmail@gmail.com
<li> Follow me on <a href="https://twitter.com/SimonPrinceAI">Twitter</a> or <a href="https://www.linkedin.com/in/simon-prince-615bb9165/">LinkedIn</a> for updates.
</ul>
<h2>Table of contents</h2>
<ul>
<li> Chapter 1 - Introduction
<li> Chapter 2 - Supervised learning <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap2PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap2.pptx">PowerPoint Figures</a>
<li> Chapter 3 - Shallow neural networks <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap3PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap3.pptx">PowerPoint Figures</a>
<li> Chapter 4 - Deep neural networks <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap4PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap4.pptx">PowerPoint Figures</a>
<li> Chapter 5 - Loss functions <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap5PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap5.pptx">PowerPoint Figures</a>
<li> Chapter 6 - Training models <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap6PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap6.pptx">PowerPoint Figures</a>
<li> Chapter 7 - Gradients and initialization <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap7PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap7.pptx">PowerPoint Figures</a>
<li> Chapter 8 - Measuring performance <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap8PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap8.pptx">PowerPoint Figures</a>
<li> Chapter 9 - Regularization <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap9PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap9.pptx">PowerPoint Figures</a>
<li> Chapter 10 - Convolutional nets <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap10PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap10.pptx">PowerPoint Figures</a>
<li> Chapter 11 - Residual networks <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap11PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap11.pptx">PowerPoint Figures</a>
<li> Chapter 12 - Transformers <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap12PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap12.pptx">PowerPoint Figures</a>
<li> Chapter 13 - Graph neural networks <a href="https://github.com/udlbook/udlbook/raw/main/PDFFigures/UDLChap13PDF.zip">PDF Figures</a> / <a href="https://github.com/udlbook/udlbook/raw/main/Slides/UDLChap13.pptx">PowerPoint Figures</a>
<li> Chapter 14 - Variational auto-encoders
<li> Chapter 15 - Normalizing flows
<li> Chapter 16 - Generative adversarial networks
<li> Chapter 17 - Diffusion models
<li> Chapter 18 - Deep reinforcement learning
<li> Chapter 19 - Why does deep learning work?
</ul>
<br>
Citation:
<pre><code>
@book{prince2022understanding,
author = "Simon J.D. Prince",
title = "Understanding Deep Learning",
publisher = "MIT Press",
year = 2022,
url = "https://udlbook.github.io/udlbook/"
}
</code></pre>

File diff suppressed because one or more lines are too long