Matlab Optimization Toolbox for Stochastic BFGS
显示 更早的评论
In machine learning problems, loss function values for large datasets are often approximated stochastically. The most well-known of these techniques is stochastic gradient descent. But other stochastic approximations, such as stochastic quasi-newton methods, have been investigated (e.g. https://arxiv.org/pdf/1401.7020.pdf).
The matlab optimization toolbox does not include an explicit option for stochastic approximations to be made. However, the stochastic approximation can still be implemented in the body of the provided objective function. Has anyone done this? If so, can you report on the results?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Solver-Based Linear Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!