Skip to content

Commit

Permalink
Update 4_3_Deep_Networks.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook authored Dec 18, 2023
1 parent c68045f commit 7afe033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Notebooks/Chap04/4_3_Deep_Networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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",
Expand Down Expand Up @@ -319,4 +318,4 @@
"outputs": []
}
]
}
}

0 comments on commit 7afe033

Please sign in to comment.