Compare commits

..

26 Commits

Author SHA1 Message Date
udlbook
25b84c5cef Update index.html 2023-04-06 14:53:14 -04:00
udlbook
57e5958296 Update index.html 2023-03-28 09:39:06 -07:00
udlbook
25e0c17f54 Update index.html 2023-03-25 18:52:50 -07:00
udlbook
ea08e72ce7 Update index.html 2023-03-21 18:41:43 -07:00
udlbook
863a5db7fa Update index.html 2023-03-18 09:00:30 -07:00
udlbook
4ba1a3a18e Update index.html 2023-03-11 07:11:36 -08:00
udlbook
96c48791b9 Update index.html 2023-03-10 07:50:57 -08:00
udlbook
bf7ef7f552 Update index.html 2023-03-09 19:49:49 -08:00
udlbook
a454a074f6 Update index.html 2023-03-07 18:12:57 -08:00
udlbook
247acf8e38 Update index.html 2023-03-03 13:51:49 -05:00
udlbook
11be14e1eb Update index.html 2023-02-25 18:02:16 -05:00
udlbook
ba250e5a23 Update index.html 2023-02-17 18:26:18 -05:00
udlbook
13f3dae8f4 Last chapter added. 2023-02-06 14:31:54 -05:00
udlbook
d2b5b4f3fc v0.6.1 2023-02-02 18:39:09 -05:00
udlbook
39dded5a11 Update index.html 2023-01-31 17:19:17 -05:00
udlbook
7897eab367 Update index.html 2023-01-25 09:19:32 -05:00
udlbook
003ec5c4c9 Update index.html 2023-01-24 16:02:07 -05:00
udlbook
222fb3a66e Update to new version with fixed references. 2023-01-24 15:51:43 -05:00
udlbook
7dec3bd387 Addition of diffusion models chapter. 2023-01-23 14:31:00 -05:00
udlbook
01fdc94a74 Change date 2023-01-17 08:49:45 -05:00
udlbook
1975d3b42c Fixed typo 2023-01-17 08:49:07 -05:00
udlbook
8cd23ef2d4 Fixed date 2023-01-16 14:37:02 -05:00
udlbook
9b4b5ee60c Updated for addition of chapter 17. 2023-01-16 14:36:18 -05:00
udlbook
73319bb22a Adding course slides 2022-12-16 18:45:12 +00:00
udlbook
a59386bffe Update index.html 2022-12-15 14:34:18 +00:00
udlbook
07be66c13f Update index.html 2022-12-15 14:20:24 +00:00
15 changed files with 7 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Slides/CM20315_04_Deep.pptx Normal file

Binary file not shown.

BIN
Slides/CM20315_05_Loss.pptx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -5,10 +5,12 @@ To be published by MIT Press.
<h2> Download draft PDF </h2> <h2> Download draft PDF </h2>
<a href="https://github.com/udlbook/udlbook/releases/download/v0.3.0/UnderstandingDeepLearning_14_12_22.pdf">Draft PDF Chapters 1-16</a><br> 2022-12-14. CC-BY-NC-ND license <a href="https://github.com/udlbook/udlbook/releases/download/v.0.7.12/UnderstandingDeepLearning_06_04_23_C.pdf">Draft PDF Chapters 1-20</a><br> 2023-04-06. CC-BY-NC-ND license
<br>
<img src="https://img.shields.io/github/downloads/udlbook/udlbook/total" alt="download stats shield">
<br> <br>
<ul> <ul>
<li> Chapters 17-20 (coming soon) <li> Appendices and notebooks 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> 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. <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> </ul>
@@ -24,7 +26,7 @@ To be published by MIT Press.
<li> Chapter 7 - Gradients and initialization <li> Chapter 7 - Gradients and initialization
<li> Chapter 8 - Measuring performance <li> Chapter 8 - Measuring performance
<li> Chapter 9 - Regularization <li> Chapter 9 - Regularization
<li> Chapter 10 - Convolutional netowrks <li> Chapter 10 - Convolutional networks
<li> Chapter 11 - Residual networks <li> Chapter 11 - Residual networks
<li> Chapter 12 - Transformers <li> Chapter 12 - Transformers
<li> Chapter 13 - Graph neural networks <li> Chapter 13 - Graph neural networks
@@ -40,11 +42,11 @@ To be published by MIT Press.
<br> <br>
Citation: Citation:
<pre><code> <pre><code>
@book{prince2022understanding, @book{prince2023understanding,
author = "Simon J.D. Prince", author = "Simon J.D. Prince",
title = "Understanding Deep Learning", title = "Understanding Deep Learning",
publisher = "MIT Press", publisher = "MIT Press",
year = 2022, year = 2023,
url = "https://udlbook.github.io/udlbook/" url = "https://udlbook.github.io/udlbook/"
} }
</code></pre> </code></pre>