24#ifndef ROOT_TMVA_TActivationTanh 
   25#define ROOT_TMVA_TActivationTanh 
#define ClassDef(name, id)
 
Tanh activation function for ANN.
 
TString GetExpression()
get expressions for the tanh and its derivative whatever that may be good for ...
 
Double_t Eval(Double_t arg)
evaluate the tanh
 
Double_t fast_tanh(Double_t arg)
a fast tanh approximation
 
Double_t EvalDerivative(Double_t arg)
evaluate the derivative
 
virtual void MakeFunction(std::ostream &fout, const TString &fncName)
writes the Tanh sigmoid activation function source code
 
Interface for TNeuron activation function classes.
 
create variable transformations