DOC PREVIEW
UW-Madison ECE 539 - Implementation of Nonlinear Conjugate Gradient Method for MLP

This preview shows page 1-2 out of 5 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 5 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 5 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 5 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Implementation of Nonlinear Conjugate Gradient Method for MLPIntroductionThe AlgorithmThe Algorithm (Continued)Software ImplementationImplementation of Nonlinear Conjugate Gradient Method for MLPMatt PetersonECE 539December 10, 2001IntroductionSteepest Descent Gradient training methodCan oscillateCan get caught at local minimumsNonlinear Conjugate Gradient Method“Optimization” approachConverges quickerThe AlgorithmInitializationSelect initial weight vector w(0)Use BP to compute gradient vector g(0)Set s(0) = r(0) = -g(0)Use line search to find η(n) that minimizes errorTest for convergence ( ||r(n)|| < ε||r(0)|| )Update Weights ( w(n+1) = w(n) + η(n)s(n) )The Algorithm (Continued)Compute new gradient vector g(n+1)Set r(n+1) = -g(n+1)Calculate β(n+1) using Polak-Ribiére methodβ(n+1)=max( (rT(n+1)(r(n+1)-r(n))/rT(n)r(n) , 0 )Update direction vector s(n+1) = r(n+1) + β(n+1)s(n)Software ImplementationWritten in Matlab codeSimilar structure and user interface as


View Full Document

UW-Madison ECE 539 - Implementation of Nonlinear Conjugate Gradient Method for MLP

Documents in this Course
Load more
Download Implementation of Nonlinear Conjugate Gradient Method for MLP
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Implementation of Nonlinear Conjugate Gradient Method for MLP and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Implementation of Nonlinear Conjugate Gradient Method for MLP 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?