From 80e99ef2da354ebcb481b66325aa461c2e2601bc Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Wed, 1 May 2024 16:43:15 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap13/13_2_Graph_Classification.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Notebooks/Chap13/13_2_Graph_Classification.ipynb b/Notebooks/Chap13/13_2_Graph_Classification.ipynb index b5d2fd9..ea0229f 100644 --- a/Notebooks/Chap13/13_2_Graph_Classification.ipynb +++ b/Notebooks/Chap13/13_2_Graph_Classification.ipynb @@ -4,7 +4,6 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyOMSGUFWT+YN0fwYHpMmHJM", "include_colab_link": true }, "kernelspec": { @@ -99,7 +98,7 @@ "\n", "# TODO -- Define node matrix\n", "# There will be 9 nodes and 118 possible chemical elements\n", - "# so we'll define a 9x118 matrix. Each column represents one\n", + "# so we'll define a 118x9 matrix. Each column represents one\n", "# node and is a one-hot vector (i.e. all zeros, except a single one at the\n", "# chemical number of the element).\n", "# Chemical numbers: Hydrogen-->1, Carbon-->6, Oxygen-->8\n", @@ -241,4 +240,4 @@ } } ] -} +} \ No newline at end of file