[root] / trunk / math / mlp / src / TSynapse.cxx Repository:
ViewVC logotype

Log of /trunk/math/mlp/src/TSynapse.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 3204 byte(s)
Diff to previous 20882
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 3204 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 3204 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 3253 byte(s)
Diff to previous 15181
remove :$ from tag line

Revision 15181 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 26 15:13:03 2006 UTC (8 years, 8 months ago) by rdm
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 3263 byte(s)
Diff to previous 10183
one more round of code cleanup: change NULL by 0 in all C++ code.

Revision 10183 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 29 10:55:55 2004 UTC (10 years, 3 months ago) by rdm
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 3270 byte(s)
Diff to previous 8770
add copyright statements (to be revised once some legal issues are resolved).

Revision 8770 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 4 07:59:33 2004 UTC (10 years, 8 months ago) by brun
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 2752 byte(s)
Diff to previous 7767
Initialize member fDEDw in the constructors

Revision 7767 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 16 14:09:38 2003 UTC (11 years, 1 month ago) by brun
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 2710 byte(s)
Diff to previous 7160
New version of the TMultiLayerPerceptron classes from Christophe Delaere

Revision 7160 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 27 16:02:17 2003 UTC (11 years, 5 months ago) by brun
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 2698 byte(s)
Diff to previous 7159
Fix some portability problems.

Revision 7159 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Aug 27 15:31:14 2003 UTC (11 years, 5 months ago) by brun
Original Path: trunk/mlp/src/TSynapse.cxx
File length: 2843 byte(s)
New package "mlp" (MultiLayerPerceptron" by Christophe.Delaere

The package has 3 classes TMultiLayerPerceptron, TNeuron, TSynapse

// TMultiLayerPerceptron
//
// This class describes a neural network.
// There are facilities to train the network and use the output.
//
// The input layer is made of inactive neurons (returning the
// normalized input), hidden layers are made of sigmoids and output
// neurons are linear.
//
// The basic input is a TTree and two (training and test) TEventLists.
// For classification jobs, a branch (maybe in a TFriend) must contain
// the expected output.
// 6 learning methods are available: kStochastic, kBatch,
// kSteepestDescent, kRibierePolak, kFletcherReeves and kBFGS.
//
// This implementation is *inspired* from the mlpfit package from
// J.Schwindling et al.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9