view pylearn/gd/__init__.py @ 1516:57feab73c783

Remove :api: role, do not generate epydoc by default
author Pascal Lamblin <lamblinp@iro.umontreal.ca>
date Mon, 05 Mar 2012 17:35:15 -0500
parents 86bf03990aad
children
line wrap: on
line source

"""Gradient Descent

This module should contain tools and algorithms related to [stochastic] gradient descent.  For
example:

 - SGD with/without momentum
 - Hessian Free GD
 - TONGA
 - Stopping criteria (incl. for use in theano functions)

"""

from sgd import sgd_updates, sgd_momentum_updates