template<typename Architecture_t, typename Layer_t = VGeneralLayer<Architecture_t>, typename DeepNet_t = TDeepNet<Architecture_t, Layer_t>>
class TMVA::DNN::TAdam< Architecture_t, Layer_t, DeepNet_t >
Adam Optimizer class.
This class represents the Adam Optimizer.
Definition at line 44 of file Adam.h.
template<typename Architecture_t , typename Layer_t = VGeneralLayer<Architecture_t>, typename DeepNet_t = TDeepNet<Architecture_t, Layer_t>>
The decaying average of the first moment of the past weight gradients associated with the deep net.
Definition at line 54 of file Adam.h.
template<typename Architecture_t , typename Layer_t = VGeneralLayer<Architecture_t>, typename DeepNet_t = TDeepNet<Architecture_t, Layer_t>>
The decaying average of the second moment of the past bias gradients associated with the deep net.
Definition at line 61 of file Adam.h.
template<typename Architecture_t , typename Layer_t = VGeneralLayer<Architecture_t>, typename DeepNet_t = TDeepNet<Architecture_t, Layer_t>>
The decaying average of the second moment of the past weight gradients associated with the deep net.
Definition at line 59 of file Adam.h.