Searched refs:learning_rate (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp28 const double learning_rate,
51 final_learning_rate = learning_rate;
80 double learning_rate = learning_rate_controller_.GetLearningRate(); local
83 UpdateSubGradient(positive, negative, learning_rate,
90 UpdateSubGradient(positive, negative, learning_rate,
96 UpdateSubGradient(positive, current_negative_, learning_rate,
25 UpdateSubGradient( const SparseWeightVector<Key, Hash> &positive, const SparseWeightVector<Key, Hash> &negative, const double learning_rate, const double positive_score, const double negative_score, const int32 gradient_l0_norm) argument
H A Dstochastic_linear_ranker.h237 const double learning_rate,

Completed in 29 milliseconds