Backpropagation: Difference between revisions

Content deleted Content added
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)