airoldilab / sgd

An R package for large scale estimation with stochastic gradient descent
62 stars 18 forks source link

implement update generic method #102

Open dustinvtran opened 7 years ago

dustinvtran commented 7 years ago

Similar to update.nlme. Ideally it would really enable SGD updates passing in new data at a time. A first implementation of the method can just re-run SGD from iteration 1.