From 94c4c4c0f9089ae91139fd5d48927bfbfce8e91a Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:23:51 +0100 Subject: [PATCH] Created using Colaboratory --- CM20315_Deep2.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CM20315_Deep2.ipynb b/CM20315_Deep2.ipynb index 5522325..81cb929 100644 --- a/CM20315_Deep2.ipynb +++ b/CM20315_Deep2.ipynb @@ -5,7 +5,7 @@ "colab": { "provenance": [], "collapsed_sections": [], - "authorship_tag": "ABX9TyNg8z5TKbRHrYXsiWCEybnu", + "authorship_tag": "ABX9TyO4Wn0t5/zNQK7Mjh6ATlij", "include_colab_link": true }, "kernelspec": { @@ -98,7 +98,6 @@ "cell_type": "code", "source": [ "# # Plot the shallow neural network. We'll assume input in is range [-1,1] and output [-1,1]\n", - "# If the plot_all flag is set to true, then we'll plot all the intermediate stages as in Figure 3.3 \n", "def plot_neural(x, y):\n", " fig, ax = plt.subplots()\n", " ax.plot(x.T,y.T)\n",