Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39dded5a11 | ||
|
|
7897eab367 | ||
|
|
003ec5c4c9 | ||
|
|
222fb3a66e | ||
|
|
7dec3bd387 | ||
|
|
01fdc94a74 | ||
|
|
1975d3b42c | ||
|
|
8cd23ef2d4 | ||
|
|
9b4b5ee60c | ||
|
|
73319bb22a | ||
|
|
a59386bffe | ||
|
|
07be66c13f | ||
|
|
fbdc06086d | ||
|
|
bde68ed94e | ||
|
|
d92c1b803d | ||
|
|
25437f27fd |
BIN
Slides/CM20315_01_Intro_01.pptx
Normal file
BIN
Slides/CM20315_01_Intro_01.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_01_Intro_02.pptx
Normal file
BIN
Slides/CM20315_01_Intro_02.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_02_Supervised.pptx
Normal file
BIN
Slides/CM20315_02_Supervised.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_03_Shallow.pptx
Normal file
BIN
Slides/CM20315_03_Shallow.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_04_Deep.pptx
Normal file
BIN
Slides/CM20315_04_Deep.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_05_Loss.pptx
Normal file
BIN
Slides/CM20315_05_Loss.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_05a_Catchup.pptx
Normal file
BIN
Slides/CM20315_05a_Catchup.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_06_Fitting.pptx
Normal file
BIN
Slides/CM20315_06_Fitting.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_07_Gradients.pptx
Normal file
BIN
Slides/CM20315_07_Gradients.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_08_Performance.pptx
Normal file
BIN
Slides/CM20315_08_Performance.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_09_Regularization.pptx
Normal file
BIN
Slides/CM20315_09_Regularization.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_10_Convolutional.pptx
Normal file
BIN
Slides/CM20315_10_Convolutional.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_10_Convolutional_2.pptx
Normal file
BIN
Slides/CM20315_10_Convolutional_2.pptx
Normal file
Binary file not shown.
BIN
Slides/CM20315_13_Unsupervised.pptx
Normal file
BIN
Slides/CM20315_13_Unsupervised.pptx
Normal file
Binary file not shown.
20
index.html
20
index.html
@@ -5,10 +5,12 @@ To be published by MIT Press.
|
||||
|
||||
<h2> Download draft PDF </h2>
|
||||
|
||||
<a href="https://github.com/udlbook/udlbook/releases/download/v0.2.1/UnderstandingDeepLearning_07_10_22_C.pdf">Draft PDF Chapters 2-13</a><br> 2022-10-07. CC-BY-NC-ND license
|
||||
<a href="https://github.com/udlbook/udlbook/releases/download/v0.6.0/UnderstandingDeepLearning_31_01_23_C.pdf">Draft PDF Chapters 1-19</a><br> 2023-01-31. CC-BY-NC-ND license
|
||||
<br>
|
||||
<img src="https://img.shields.io/github/downloads/udlbook/udlbook/total" alt="download stats shield">
|
||||
<br>
|
||||
<ul>
|
||||
<li> Chapters 1,14-19 (coming Jan 2nd, 2023)
|
||||
<li> Chapter 20 and appendices coming soon
|
||||
<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>
|
||||
@@ -24,14 +26,14 @@ To be published by MIT Press.
|
||||
<li> Chapter 7 - Gradients and initialization
|
||||
<li> Chapter 8 - Measuring performance
|
||||
<li> Chapter 9 - Regularization
|
||||
<li> Chapter 10 - Convolutional netowrks
|
||||
<li> Chapter 10 - Convolutional networks
|
||||
<li> Chapter 11 - Residual networks
|
||||
<li> Chapter 12 - Transformers
|
||||
<li> Chapter 13 - Graph neural networks
|
||||
<li> Chapter 14 - Unsupervised learning
|
||||
<li> Chapter 15 - Variational auto-encoders
|
||||
<li> Chapter 15 - Generative adversarial networks
|
||||
<li> Chapter 16 - Normalizing flows
|
||||
<li> Chapter 17 - Generative adversarial networks
|
||||
<li> Chapter 17 - Variational auto-encoders
|
||||
<li> Chapter 18 - Diffusion models
|
||||
<li> Chapter 19 - Deep reinforcement learning
|
||||
<li> Chapter 20 - Why does deep learning work?
|
||||
@@ -40,11 +42,11 @@ To be published by MIT Press.
|
||||
<br>
|
||||
Citation:
|
||||
<pre><code>
|
||||
@book{prince2022understanding,
|
||||
@book{prince2023understanding,
|
||||
author = "Simon J.D. Prince",
|
||||
title = "Understanding Deep Learning",
|
||||
publisher = "MIT Press",
|
||||
year = 2022,
|
||||
year = 2023,
|
||||
url = "https://udlbook.github.io/udlbook/"
|
||||
}
|
||||
</code></pre>
|
||||
@@ -65,9 +67,9 @@ Citation:
|
||||
<li> Chapter 12 - Transformers: Slides / Notebooks / <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: Slides / Notebooks / <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 - Unsupervised learning: Slides / Notebooks / PDF Figures / Powerpoint Figures
|
||||
<li> Chapter 15 - Variational auto-encoders: Slides / Notebooks / PDF Figures / PowerPoint Figures
|
||||
<li> Chapter 15 - Generative adversarial networks: Slides / Notebooks / PDF Figures / PowerPoint Figures
|
||||
<li> Chapter 16 - Normalizing flows: Slides / Notebooks / PDF Figures / PowerPoint Figures
|
||||
<li> Chapter 17 - Generative adversarial networks: Slides / Notebooks / PDF Figures / PowerPoint Figures
|
||||
<li> Chapter 17 - Variational auto-encoders: Slides / Notebooks / PDF Figures / PowerPoint Figures
|
||||
<li> Chapter 18 - Diffusion models: Slides / Notebooks / PDF Figures / PowerPoint Figures
|
||||
<li> Chapter 19 - Deep reinforcement learning: Slides / Notebooks / PDF Figures / PowerPoint Figures
|
||||
<li> Chapter 20 - Why does deep learning work?: Slides / Notebooks / PDF Figures / PowerPoint Figures
|
||||
|
||||
BIN
practicals/test_data_x.npy
Normal file
BIN
practicals/test_data_x.npy
Normal file
Binary file not shown.
BIN
practicals/test_data_y.npy
Normal file
BIN
practicals/test_data_y.npy
Normal file
Binary file not shown.
Reference in New Issue
Block a user