airoldilab / sgd

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

Add argument for sgd.control for specifying different methods of data subsampling #80

Open dustinvtran opened 9 years ago

dustinvtran commented 9 years ago

E.g., default is uniform draws, another you can specify a probability vector of dimension N in order to assign weights to do a multinomial draw, another does importance sampling/active learning, etc.

A research topic in and of itself.