comparison toolboxes/FullBNT-1.0.7/nethelp3.3/mlphint.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 mlphint
5 </title>
6 </head>
7 <body>
8 <H1> mlphint
9 </H1>
10 <h2>
11 Purpose
12 </h2>
13 Plot Hinton diagram for 2-layer feed-forward network.
14
15 <p><h2>
16 Synopsis
17 </h2>
18 <PRE>
19 mlphint(net)
20 [h1, h2] = mlphint(net)</PRE>
21
22
23 <p><h2>
24 Description
25 </h2>
26
27 <p><CODE>mlphint(net)</CODE> takes a network structure <CODE>net</CODE>
28 and plots the Hinton diagram comprised of two
29 figure windows, one displaying the first-layer weights and biases, and
30 one displaying the second-layer weights and biases.
31
32 <p><CODE>[h1, h2] = mlphint(net)</CODE> also returns handles <CODE>h1</CODE> and
33 <CODE>h2</CODE> to the figures which can be used, for instance, to delete the
34 figures when they are no longer needed.
35
36 <p>To print the figure correctly, you should call
37 <CODE>set(h, 'InvertHardCopy', 'on')</CODE> before printing.
38
39 <p><h2>
40 See Also
41 </h2>
42 <CODE><a href="demhint.htm">demhint</a></CODE>, <CODE><a href="hintmat.htm">hintmat</a></CODE>, <CODE><a href="mlp.htm">mlp</a></CODE>, <CODE><a href="mlppak.htm">mlppak</a></CODE>, <CODE><a href="mlpunpak.htm">mlpunpak</a></CODE><hr>
43 <b>Pages:</b>
44 <a href="index.htm">Index</a>
45 <hr>
46 <p>Copyright (c) Ian T Nabney (1996-9)
47
48
49 </body>
50 </html>