Skip to content

Commit

Permalink
Merge pull request #20 from tjnet/issue_19_fix_typo_on_part3_neural_n…
Browse files Browse the repository at this point in the history
…etwork

fix small typo on part3_neural_network_mnist_backquery.ipynb #19
  • Loading branch information
makeyourownneuralnetwork committed Sep 9, 2017
2 parents 4224037 + 6aaa404 commit d14449c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part3_neural_network_mnist_backquery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
" hidden_outputs *= 0.98\n",
" hidden_outputs += 0.01\n",
" \n",
" # calculate the signal into the hideen layer\n",
" # calculate the signal into the hidden layer\n",
" hidden_inputs = self.inverse_activation_function(hidden_outputs)\n",
" \n",
" # calculate the signal out of the input layer\n",
Expand Down

0 comments on commit d14449c

Please sign in to comment.