Skip to content

Commit

Permalink
Update backpropagation.rst (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaguar83 committed Feb 1, 2020
1 parent c76cfc0 commit ded4da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backpropagation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Backpropagation

.. contents:: :local:

The goals of backpropagation are straightforward: adjust each weight in the network in proportion to how much it contributes to overall error. If we iteratively reduce each weight's error, eventually we’ll have a series of weights the produce good predictions.
The goals of backpropagation are straightforward: adjust each weight in the network in proportion to how much it contributes to overall error. If we iteratively reduce each weight's error, eventually we’ll have a series of weights that produce good predictions.


Chain rule refresher
Expand Down

0 comments on commit ded4da1

Please sign in to comment.