From 67fb0f599016692db9c49e5cea4d07c8360a4fc2 Mon Sep 17 00:00:00 2001
From: udlbook <110402648+udlbook@users.noreply.github.com>
Date: Sun, 1 Oct 2023 18:22:32 +0100
Subject: [PATCH] Update index.html
---
index.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/index.html b/index.html
index f4e3487..d7a7861 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@ To be published by MIT Press Dec 5th 2023.
Download draft PDF
-Draft PDF Chapters 1-21
2023-08-06. CC-BY-NC-ND license
+Draft PDF Chapters 1-21
2023-10-01. CC-BY-NC-ND license
@@ -116,15 +116,15 @@ Instructions for editing figures / equations can be found ipynb/colab
Notebook 10.4 - Downsampling & upsampling: ipynb/colab
Notebook 10.5 - Convolution for MNIST: ipynb/colab
- Notebook 11.1 - Shattered gradients: (coming soon)
- Notebook 11.2 - Residual networks: (coming soon)
- Notebook 11.3 - Batch normalization: (coming soon)
- Notebook 12.1 - Self-attention: (coming soon)
- Notebook 12.2 - Multi-head self-attention: (coming soon)
- Notebook 12.3 - Tokenization: (coming soon)
+ Notebook 11.1 - Shattered gradients: ipynb/colab
+ Notebook 11.2 - Residual networks: ipynb/colab
+ Notebook 11.3 - Batch normalization: ipynb/colab
+ Notebook 12.1 - Self-attention: ipynb/colab
+ Notebook 12.2 - Multi-head self-attention: ipynb/colab
+ Notebook 12.3 - Tokenization: ipynb/colab
Notebook 12.4 - Decoding strategies: ipynb/colab
- Notebook 13.1 - Encoding graphs: (coming soon)
- Notebook 13.2 - Graph classification : (coming soon)
+ Notebook 13.1 - Encoding graphs: ipynb/colab
+ Notebook 13.2 - Graph classification : ipynb/colab
Notebook 13.3 - Neighborhood sampling: (coming soon)
Notebook 13.4 - Graph attention: (coming soon)
Notebook 15.1 - GAN toy example: (coming soon)