ROOT 6.10/09 Reference Guide |
Rectified Linear Unit activation function for TNeuron.
Definition at line 42 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 44 of file TActivationReLU.cxx.
TMVA::TActivationReLU::~TActivationReLU | ( | ) |
destructor
Definition at line 53 of file TActivationReLU.cxx.
Implements TMVA::TActivation.
Definition at line 50 of file TActivationReLU.h.
Implements TMVA::TActivation.
Definition at line 53 of file TActivationReLU.h.
|
virtual |
get expressions for the tanh and its derivative
Implements TMVA::TActivation.
Definition at line 60 of file TActivationReLU.cxx.
|
inlinevirtual |
Implements TMVA::TActivation.
Definition at line 59 of file TActivationReLU.h.
|
inlinevirtual |
Implements TMVA::TActivation.
Definition at line 56 of file TActivationReLU.h.
writes the sigmoid activation function source code
Implements TMVA::TActivation.
Definition at line 70 of file TActivationReLU.cxx.