Content deleted Content added
Mathpriest (talk | contribs) →History: lots of missing references on the history of backpropagation |
|||
Line 43:
initialize network weights (often small random values)
'''do'''
'''forEach''' training example named ex
prediction = <u>neural-net-output</u>(network, ex) ''// forward pass''
actual = <u>teacher-output</u>(ex)
|