mlphint

Purpose

Plot Hinton diagram for 2-layer feed-forward network.

Synopsis

mlphint(net)
[h1, h2] = mlphint(net)

Description

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

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

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

See Also

demhint, hintmat, mlp, mlppak, mlpunpak
Pages: Index

Copyright (c) Ian T Nabney (1996-9)