Open VChristian opened 2 weeks ago
Implement WNGrad as outlined in Algorithm 1.
src/methods
test/methods
The method is implemented in cv/wngrad. I provided two examples as well - one for gaussian least squares, and one for logistic regression. It should be ready for testing.
cv/wngrad
Objective
Implement WNGrad as outlined in Algorithm 1.
To Do
src/methods
following the general frameworktest/methods