ROOT 6.08/07 Reference Guide |
Definition at line 48 of file TActivationReLU.h.
Public Member Functions | |
TActivationReLU () | |
constructor for ReLU More... | |
~TActivationReLU () | |
destructor More... | |
Double_t | Eval (Double_t arg) |
Double_t | EvalDerivative (Double_t arg) |
TString | GetExpression () |
get expressions for the tanh and its derivative More... | |
Double_t | GetMax () |
Double_t | GetMin () |
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 | ( | ) |
constructor for ReLU
Definition at line 39 of file TActivationReLU.cxx.
TMVA::TActivationReLU::~TActivationReLU | ( | ) |
destructor
Definition at line 48 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 55 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 65 of file TActivationReLU.cxx.