Update 4_3_Deep_Networks.ipynb

This commit is contained in:
udlbook
2023-12-18 16:55:51 -05:00
committed by GitHub
parent c68045feb1
commit 7afe033e50

View File

@@ -101,7 +101,6 @@
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"# # Plot the shallow neural network. We'll assume input in is range [-1,1] and output [-1,1]\n", "# # 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", "def plot_neural(x, y):\n",
" fig, ax = plt.subplots()\n", " fig, ax = plt.subplots()\n",
" ax.plot(x.T,y.T)\n", " ax.plot(x.T,y.T)\n",