From fc7503e0688d53a537b950310a707436434469d8 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:14:27 -0400 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap10/10_5_Convolution_For_MNIST.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap10/10_5_Convolution_For_MNIST.ipynb b/Notebooks/Chap10/10_5_Convolution_For_MNIST.ipynb index 825d268..e50c024 100644 --- a/Notebooks/Chap10/10_5_Convolution_For_MNIST.ipynb +++ b/Notebooks/Chap10/10_5_Convolution_For_MNIST.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyMbDV8XIpKIgumSLWCWJEBl", + "authorship_tag": "ABX9TyNAcc98STMeyQgh9SbVHWG+", "include_colab_link": true }, "kernelspec": { @@ -138,7 +138,7 @@ "# 8. A flattening operation\n", "# 9. A fully connected layer mapping from (whatever dimensions we are at-- find out using .shape) to 50\n", "# 10. A ReLU\n", - "# 11. A fully connected layer mappiing from 50 to 10 dimensions\n", + "# 11. A fully connected layer mapping from 50 to 10 dimensions\n", "# 12. A softmax function.\n", "\n", "# Replace this class which implements a minimal network (which still does okay)\n",