Next: Random walk method
Up: Learning Algorithm
Previous: Learning Algorithm
  Contents
  Index
The conjugation gradient method [41] is a very efficient method to find a local minimum near an arbitrary initial point
. It begins with the calculation of the gradient:
We then minimize the function in its conjugate gradient direction
, which is given as follows:
and
where
is updated with the Fletcher-Reeves formula, by
or with the Polak-Ribiere formula, by
where
is the minimal point along the direction
. A one-dimensional minimization routine (e.g. the exact line-search algorithm) can be used to find the minimum
.
Joseph Chen
2002-09-05