You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 for the stochastic gradient descent methods, I've been wanting to implement some of these. The second order ones would be fairly trivial, just need to wrap scipy.optimise (scipy already in dependencies). I think the main design change would be allowing models to return gradients.
You guys have probably thought about this but I was wondering about trying the following algorithms out in the optimisation side of things,
There are also second order methods that we could look into,
I have seen these all being used with statistical inference problems before and I wondered about their use.
The text was updated successfully, but these errors were encountered: