Ways to access the gradient during an SGD in Vowpal Wabbit

27 Views Asked by At

I am attempting to alter the implementation of the Stochastic Gradient Descent (SGD) algorithm in Vowpal Wabbit for logistic regression purposes. I aim to access the computed gradient at each step and perform extra operations before applying the SGD update. Is it possible to achieve this with Vowpal Wabbit?

0

There are 0 best solutions below