Courses  

Backpropagation algorithm in rules

  • weight change = some small constant ? error ? input activation

  • For an output node, the error is:

      error = (target activation - output activation) ? output activation ? (1 - output activation)
  • For a hidden node, the error is:

      error = weighted sum of to-node errors ? hidden activation ? (1 - hidden activation)

Previous slide Next slide Back to first slide View graphic version


University of AmsterdamUniversity of Amsterdam
Department of Psychology
Page last modified: 2001-12-12. Validate html.
Copyright © 2000-2007 neuroMod Group. Send us Feedback!