ATLAS Offline Software
positions/trainNN.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "TString.h"
6 
7 void trainNN(TString inputfile,
8  TString outputclass="JetFitterNN",
9  int nIterations=10,
10  int dilutionFactor=2,
11  int nodesFirstLayer=10,
12  int nodesSecondLayer=9,
13  int restartTrainingFrom=0,
14  int nParticlesTraining=2,
15  bool useTrackEstimate=false,
16  int nPatternsPerUpdate=200,
17  double learningRate=0.3,
18  double learningRateDecrease=0.99,
19  double learningRateMomentum=0.1);
20 
21 int main();
trainNN
void trainNN(TString inputfile, TString outputclass="JetFitterNN", int nIterations=10, int dilutionFactor=2, int nodesFirstLayer=10, int nodesSecondLayer=9, int restartTrainingFrom=0, int nParticlesTraining=2, bool useTrackEstimate=false, int nPatternsPerUpdate=200, double learningRate=0.3, double learningRateDecrease=0.99, double learningRateMomentum=0.1)
Definition: positions/trainNN.cxx:101
FullCPAlgorithmsTest_CA.inputfile
dictionary inputfile
Definition: FullCPAlgorithmsTest_CA.py:59
main
int main()
Definition: hello.cxx:18