SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
AdaDeltaUpdater 成员列表

成员的完整列表,这些成员属于 AdaDeltaUpdater,包括所有继承而来的类成员

AdaDeltaUpdater()AdaDeltaUpdater
AdaDeltaUpdater(float64_t learning_rate, float64_t epsilon, float64_t decay_factor)AdaDeltaUpdater
enables_descend_correction()DescendUpdaterWithCorrectionvirtual
get_negative_descend_direction(float64_t variable, float64_t gradient, index_t idx, float64_t learning_rate)AdaDeltaUpdaterprotectedvirtual
load_from_context(CMinimizerContext *context)AdaDeltaUpdatervirtual
m_build_in_learning_rateAdaDeltaUpdaterprotected
m_correctionDescendUpdaterWithCorrectionprotected
m_decay_factorAdaDeltaUpdaterprotected
m_epsilonAdaDeltaUpdaterprotected
m_gradient_accuracyAdaDeltaUpdaterprotected
m_gradient_delta_accuracyAdaDeltaUpdaterprotected
set_decay_factor(float64_t decay_factor)AdaDeltaUpdatervirtual
set_descend_correction(DescendCorrection *correction)DescendUpdaterWithCorrectionvirtual
set_epsilon(float64_t epsilon)AdaDeltaUpdatervirtual
set_learning_rate(float64_t learning_rate)AdaDeltaUpdatervirtual
update_context(CMinimizerContext *context)AdaDeltaUpdatervirtual
update_variable(SGVector< float64_t > variable_reference, SGVector< float64_t > raw_negative_descend_direction, float64_t learning_rate)AdaDeltaUpdatervirtual
~AdaDeltaUpdater()AdaDeltaUpdatervirtual
~DescendUpdaterWithCorrection()DescendUpdaterWithCorrectionvirtual

SHOGUN 机器学习工具包 - 项目文档