airoldilab / ai-sgd

Towards stability and optimality in stochastic gradient descent
5 stars 2 forks source link

batch learning needs update #1

Closed ptoulis closed 9 years ago

ptoulis commented 9 years ago

The DATA object was changed to include a definition of the GLM model that generates the data. The batch learning needs to change so that to use this information and feed it into a call glm(..., family=...) where family will depend on the GLM model.