/[marvin]/marvin/src/libnn/learnMlpnnEnhancedBackpropVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/learnMlpnnEnhancedBackpropVisitor.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by srv89, Mon Jul 28 20:02:32 2003 UTC revision 1.2 by matthieu, Mon Jul 28 21:32:13 2003 UTC
# Line 93  object Line 93  object
93    (**    (**
94      Applies an enhanced backpropagation to a Multi-Layer Perceptron.      Applies an enhanced backpropagation to a Multi-Layer Perceptron.
95    *)    *)
96    method visitMlpnn (network : mlpNN) =    method visit (network : mlpNN) =
97      let error = network#getError and      let error = network#getError and
98        weights = network#getWeights and        weights = network#getWeights and
99        inputSum = network#getInputSum and        inputSum = network#getInputSum and

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26