From 96049aabcba1fa1fc9a90e0f2d6b440f00637968 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:23:26 +0000 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap03/3_4_Activation_Functions.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notebooks/Chap03/3_4_Activation_Functions.ipynb b/Notebooks/Chap03/3_4_Activation_Functions.ipynb index b08449a..e1bb1bf 100644 --- a/Notebooks/Chap03/3_4_Activation_Functions.ipynb +++ b/Notebooks/Chap03/3_4_Activation_Functions.ipynb @@ -4,7 +4,7 @@ "metadata": { "colab": { "provenance": [], - "authorship_tag": "ABX9TyPmra+JD+dm2M3gCqx3bMak", + "authorship_tag": "ABX9TyOmxhh3ymYWX+1HdZ91I6zU", "include_colab_link": true }, "kernelspec": { @@ -223,7 +223,7 @@ "ax.plot(z,sig_z,'r-')\n", "ax.set_xlim([-1,1]);ax.set_ylim([0,1])\n", "ax.set_xlabel('z'); ax.set_ylabel('sig[z]')\n", - "plt.show" + "plt.show()" ], "metadata": { "id": "94HIXKJH97ve" @@ -318,7 +318,7 @@ "ax.plot(z,heav_z,'r-')\n", "ax.set_xlim([-1,1]);ax.set_ylim([-2,2])\n", "ax.set_xlabel('z'); ax.set_ylabel('heaviside[z]')\n", - "plt.show" + "plt.show()" ], "metadata": { "id": "mSPyp7iA-44H"