OSDN Git Service

Document Added
[eos/optional.git] / doc / SmallTools / mrcImageNeuralNetParticleLearning.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrcImageNeuralNetParticleLearning</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrcImageNeuralNetParticleLearning</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrcImageNeuralNetParticleLearning
10 Options:
11     [-i[nput]p[ositive]  InPositive          (NULL      ).as(inFileList          ) ] :Essential :Input: partile image list filename
12     [-i[nput]n[egative]  InNegative          (NULL      ).as(inFileList          ) ] :Essential :Input: background image list filename
13     [-o[utput]           Out                 (NULL      ).as(outFileList         ) ] :Essential :Output: Neural Net Parameters after Learning
14                         FileNameOfWeightForTheBelowLayer NumOfCellOfThisLayer BiasOfThisLayer
15     [-B[ias0]            Bias                (1.0       ).as(Real                ) ] :Optional  :Bias: The value of the bias of the input layer
16     [-max[Counter]       MaxCounter          (10        ).as(Integer             ) ] :Optional  :MaxCounter
17     [-EPS                EPS                 (0.005     ).as(Real                ) ] :Optional  :Final Error
18     [-lambda             Lambda              (0.1       ).as(Real                ) ] :Optional  :step for backpropagation
19     [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
20     [-m[ode]             mode                (0         ).as(Integer             ) ] :Optional  :Mode
21 ----- Additional Usage -----
22 </PRE>
23 </BODY>
24 </HTML>