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

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

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

revision 1.3 by srv89, Mon Jul 28 19:59:36 2003 UTC revision 1.4 by matthieu, Mon Jul 28 21:32:13 2003 UTC
# Line 59  object Line 59  object
59    val mutable _derivateFunction = function x    val mutable _derivateFunction = function x
60        -> (((1. /. (1. +. exp (-.x)))) *. (1. -. (1. /. (1. +. exp (-.x)))))        -> (((1. /. (1. +. exp (-.x)))) *. (1. -. (1. /. (1. +. exp (-.x)))))
61    
62    method visitMlpnn (network : mlpNN) =    method visit (network : mlpNN) =
63      let error = network#getError and      let error = network#getError and
64        gradients = network#getGradients and        gradients = network#getGradients and
65        output = network#getOutputLearnVector and        output = network#getOutputLearnVector and

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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