From 445ad11c467d18fead808b7502865ab7495613b8 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Thu, 16 May 2024 16:18:07 -0400 Subject: [PATCH] Created using Colab --- Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent.ipynb b/Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent.ipynb index 3b1841a..72d8f7e 100644 --- a/Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent.ipynb +++ b/Notebooks/Chap20/20_2_Full_Batch_Gradient_Descent.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyOo4vm4MXcIvAzVlMCaLikH", + "authorship_tag": "ABX9TyO6xuszaG4nNAcWy/3juLkn", "include_colab_link": true }, "kernelspec": { @@ -44,8 +44,8 @@ { "cell_type": "code", "source": [ - "# Run this if you're in a Colab to make a local copy of the MNIST 1D repository\n", - "!git clone https://github.com/greydanus/mnist1d" + "# Run this if you're in a Colab to install MNIST 1D repository\n", + "!pip install git+https://github.com/greydanus/mnist1d" ], "metadata": { "id": "D5yLObtZCi9J"