Skip to content

Commit

Permalink
change incorrect instruction
Browse files Browse the repository at this point in the history
Both backwards and forward passes need to be done by the student.
  • Loading branch information
lcrucks authored Dec 15, 2017
1 parent d9acb6a commit 90d6310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-neural-network/Your_first_neural_network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"source": [
"## Time to build the network\n",
"\n",
"Below you'll build your network. We've built out the structure and the backwards pass. You'll implement the forward pass through the network. You'll also set the hyperparameters: the learning rate, the number of hidden units, and the number of training passes.\n",
"Below you'll build your network. We've built out the structure. You'll implement both the forward pass and backwards pass through the network. You'll also set the hyperparameters: the learning rate, the number of hidden units, and the number of training passes.\n",
"\n",
"<img src=\"assets/neural_network.png\" width=300px>\n",
"\n",
Expand Down

0 comments on commit 90d6310

Please sign in to comment.