philsupertramp/game-math
Loading...
Searching...
No Matches
SGD Member List

This is the complete list of members for SGD, including all inherited members.

costSGD
etaSGDprivate
fit(const Matrix< double > &X, const Matrix< double > &y, Matrix< double > &weights)SGDinline
n_iterSGDprivate
net_input_funSGDprivate
netInput(const Matrix< double > &X, const Matrix< double > &weights)SGDinlinestatic
partial_fit(const Matrix< double > &X, const Matrix< double > &y, Matrix< double > &weights) constSGDinline
SGD(double _eta=0.01, size_t iter=10, bool _shuffle=false, const std::function< double(const Matrix< double > &, const Matrix< double > &)> &update_weights_fun=nullptr, const std::function< Matrix< double >(const Matrix< double > &)> &netInputFun=nullptr)SGDinlineexplicit
shuffleSGDprivate
shuffleData(const Matrix< double > &X, const Matrix< double > &y)SGDinline
update_weights(const Matrix< double > &xi, const Matrix< double > &target, Matrix< double > &weights) constSGDinline
weight_updateSGDprivate