ROOT
6.06/09
Reference Guide
|
Definition at line 48 of file TActivationReLU.h.
Public Member Functions | |
TActivationReLU () | |
~TActivationReLU () | |
destructor More... | |
Double_t | Eval (Double_t arg) |
Double_t | EvalDerivative (Double_t arg) |
Double_t | GetMin () |
Double_t | GetMax () |
TString | GetExpression () |
get expressions for the tanh and its derivative More... | |
virtual void | MakeFunction (std::ostream &fout, const TString &fncName) |
writes the sigmoid activation function source code More... | |
Public Member Functions inherited from TMVA::TActivation | |
TActivation () | |
virtual | ~TActivation () |
#include <TMVA/TActivationReLU.h>
TMVA::TActivationReLU::TActivationReLU | ( | ) |
TMVA::TActivationReLU::~TActivationReLU | ( | ) |
destructor
Definition at line 49 of file TActivationReLU.cxx.
Implements TMVA::TActivation.
Definition at line 56 of file TActivationReLU.h.
Implements TMVA::TActivation.
Definition at line 59 of file TActivationReLU.h.
|
virtual |
get expressions for the tanh and its derivative
Implements TMVA::TActivation.
Definition at line 56 of file TActivationReLU.cxx.
|
inlinevirtual |
Implements TMVA::TActivation.
Definition at line 65 of file TActivationReLU.h.
|
inlinevirtual |
Implements TMVA::TActivation.
Definition at line 62 of file TActivationReLU.h.
writes the sigmoid activation function source code
Implements TMVA::TActivation.
Definition at line 66 of file TActivationReLU.cxx.