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

Diff of /marvin/src/libnn/init/initTdnnVisitor.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 122  let initGradients network = Line 122  let initGradients network =
122      done;      done;
123      network#setGradients gradients      network#setGradients gradients
124                            
125    (**
126      Initializes a Time Delay Neural Network.
127    *)
128  class initTdnnVisitor =  class initTdnnVisitor =
129  object  object
130    inherit [tdNN] initVisitor    inherit [tdNN] initVisitor
131            
132    (**    (**
133      The method which initializes the networks.      The method which initializes the network.
134      It uses the Random module to initialize the weights.      It uses the Random module to initialize the weights.
135      @see      @see
136      <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