[SciPy-user] advice on stochastic(?) optimisation

David Cournapeau cournape at gmail.com
Thu Aug 28 17:53:28 EDT 2008


On Fri, Aug 29, 2008 at 6:46 AM, David Cournapeau <cournape at gmail.com> wrote:

> The problem of those algorithms is that they are hard to implement in
> python, because of their recursive nature, hence non vectorizable. If
> your function/observation is hard to compute, it may not be a big
> problem, though.
>

I forgot a link to some implementation:

http://leon.bottou.org/projects/sgd

cheers,

David



More information about the SciPy-User mailing list