Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a454a074f6 | ||
|
|
247acf8e38 | ||
|
|
11be14e1eb | ||
|
|
ba250e5a23 | ||
|
|
13f3dae8f4 | ||
|
|
d2b5b4f3fc | ||
|
|
39dded5a11 | ||
|
|
7897eab367 | ||
|
|
003ec5c4c9 | ||
|
|
222fb3a66e | ||
|
|
7dec3bd387 | ||
|
|
01fdc94a74 | ||
|
|
1975d3b42c | ||
|
|
8cd23ef2d4 | ||
|
|
9b4b5ee60c |
12
index.html
12
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.3.1/UnderstandingDeepLearning_15_12_22.pdf">Draft PDF Chapters 1-16</a><br> 2022-12-15. CC-BY-NC-ND license
|
||||
<a href="https://github.com/udlbook/udlbook/releases/download/v0.7.4/UnderstandingDeepLearning_08_03_23_C.pdf">Draft PDF Chapters 1-20</a><br> 2023-03-08. 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 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> 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,7 +26,7 @@ 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
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user