BRML / climin

Optimizers for machine learning
Other
180 stars 66 forks source link

Error in tutorial #14

Closed dhammack closed 8 years ago

dhammack commented 11 years ago

Hello.

At the following page: https://climin.readthedocs.org/en/latest/tutorial.html, there is an error.

The following code is found about halfway down:

import climin opt = climin.GradientDescent(parameters, d_loss_wrt_pars, step_rate=0.1, momentum=.95, args=args)

The problem is step_rate is not an option for climin.GradientDescent, and it should be steprate instead.