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

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

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

revision 1.1 by matthieu, Thu Jul 10 21:22:29 2003 UTC revision 1.2 by matthieu, Thu Jul 10 21:55:33 2003 UTC
# Line 40  open Nn Line 40  open Nn
40  class virtual ['a] mlpNN =  class virtual ['a] mlpNN =
41  object  object
42    inherit ['a] nn    inherit ['a] nn
43    val mutable weights = [|[||]|]    val mutable _outputActivation = [|[||]|]
44    val mutable gradients = [|[|[||]|]|]    val mutable _inputSum = [|[||]|]
45    val mutable layer_nb = 0    val mutable _error = [|[||]|]
46    val mutable neurons_per_layers = [||]    val mutable _weights = [|[|[||]|]|]
47      val mutable _gradients = [|[|[||]|]|]
48      val mutable _layer_nb = 0
49      val mutable _neurons_per_layers = [||]
50  end  end

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