Mercurial > hg > camir-aes2014
comparison toolboxes/FullBNT-1.0.7/nethelp3.3/mlptrain.htm @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 <html> | |
2 <head> | |
3 <title> | |
4 Netlab Reference Manual mlptrain | |
5 </title> | |
6 </head> | |
7 <body> | |
8 <H1> mlptrain | |
9 </H1> | |
10 <h2> | |
11 Purpose | |
12 </h2> | |
13 Utility to train an MLP network for demtrain | |
14 | |
15 <p><h2> | |
16 Description | |
17 </h2> | |
18 | |
19 <p><CODE>[net, error] = mlptrain(net, x, t, its)</CODE> trains a network data | |
20 structure <CODE>net</CODE> using the scaled conjugate gradient algorithm | |
21 for <CODE>its</CODE> cycles with | |
22 input data <CODE>x</CODE>, target data <CODE>t</CODE>. | |
23 | |
24 <p><h2> | |
25 See Also | |
26 </h2> | |
27 <CODE><a href="demtrain.htm">demtrain</a></CODE>, <CODE><a href="scg.htm">scg</a></CODE>, <CODE><a href="netopt.htm">netopt</a></CODE><hr> | |
28 <b>Pages:</b> | |
29 <a href="index.htm">Index</a> | |
30 <hr> | |
31 <p>Copyright (c) Ian T Nabney (1996-9) | |
32 | |
33 | |
34 </body> | |
35 </html> |