/[marvin]/marvin/src/libnn/init/initMlpnnVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/init/initMlpnnVisitor.ml

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

revision 1.1 by srv89, Thu Jul 31 02:03:56 2003 UTC revision 1.2 by srv89, Tue Aug 26 07:49:29 2003 UTC
# Line 108  let initGradients network = Line 108  let initGradients network =
108      network#setGradients gradients      network#setGradients gradients
109                
110                
111          (**
112            Initializes a Multi Layer Perceptron.
113    *)      
114  class initMlpnnVisitor =  class initMlpnnVisitor =
115  object  object
116    inherit [mlpNN] initVisitor    inherit [mlpNN] initVisitor
117    
118    (**    (**
119      The method which initializes the networks.      The method which initializes the network.
120      It uses the Random module to initialize the weights.      It uses the Random module to initialize the weights.
121      @see      @see
122      <http://caml.inria.fr/oreilly-book/html/book-ora076.html>      <http://caml.inria.fr/oreilly-book/html/book-ora076.html>

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