Daniel@0: Daniel@0: Daniel@0: Daniel@0: Netlab Reference Manual mlphint Daniel@0: Daniel@0: Daniel@0: Daniel@0:

mlphint Daniel@0:

Daniel@0:

Daniel@0: Purpose Daniel@0:

Daniel@0: Plot Hinton diagram for 2-layer feed-forward network. Daniel@0: Daniel@0:

Daniel@0: Synopsis Daniel@0:

Daniel@0:
Daniel@0: mlphint(net)
Daniel@0: [h1, h2] = mlphint(net)
Daniel@0: Daniel@0: Daniel@0:

Daniel@0: Description Daniel@0:

Daniel@0: Daniel@0:

mlphint(net) takes a network structure net Daniel@0: and plots the Hinton diagram comprised of two Daniel@0: figure windows, one displaying the first-layer weights and biases, and Daniel@0: one displaying the second-layer weights and biases. Daniel@0: Daniel@0:

[h1, h2] = mlphint(net) also returns handles h1 and Daniel@0: h2 to the figures which can be used, for instance, to delete the Daniel@0: figures when they are no longer needed. Daniel@0: Daniel@0:

To print the figure correctly, you should call Daniel@0: set(h, 'InvertHardCopy', 'on') before printing. Daniel@0: Daniel@0:

Daniel@0: See Also Daniel@0:

Daniel@0: demhint, hintmat, mlp, mlppak, mlpunpak
Daniel@0: Pages: Daniel@0: Index Daniel@0:
Daniel@0:

Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: