CVNTrain.fcl
Go to the documentation of this file.
1 
2 
3 
4 LearningRate: 0.1
5 HiddenLayers: [100]
6 TargetError: 0.055
7 MaxEpochs: 1000
8 EpochsBetweenReports: 1
9 
10 RPropIncreaseFactor: 1.01 # Default is 1.200
11 RPropDecreaseFactor: 0.500 # Default is 0.500
12 
13 RandomInitRcvne: 0.1
14 UseWidrowInit: false
15 
16 CVNLabel: cvndump
17 TreeName: CVNTrainTree
18 TrainingDataBranchName: "train"
19 
20 SimpleOutput: false