From 18e827842c8574e12dfc74a8fee374099c874521 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:32:27 +0100 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap13/13_4_Graph_Attention_Networks.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap13/13_4_Graph_Attention_Networks.ipynb b/Notebooks/Chap13/13_4_Graph_Attention_Networks.ipynb index 7e88235..15d0dea 100644 --- a/Notebooks/Chap13/13_4_Graph_Attention_Networks.ipynb +++ b/Notebooks/Chap13/13_4_Graph_Attention_Networks.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyPBrRm/vxXEdut47l4zc2Od", + "authorship_tag": "ABX9TyOdSkjfQnSZXnffGsZVM7r5", "include_colab_link": true }, "kernelspec": { @@ -29,7 +29,7 @@ { "cell_type": "markdown", "source": [ - "# **Notebook 13.1: Graph attention networks**\n", + "# **Notebook 13.4: Graph attention networks**\n", "\n", "This notebook builds a graph attention mechanism from scratch, as discussed in section 13.8.6 of the book and illustrated in figure 13.12c\n", "\n",