Neural Network Toolbox Previous page   Next Page
hintonw

Hinton graph of weight matrix

Syntax

Description

hintonw(W,maxw,minw) takes these inputs,

and displays a weight matrix represented as a grid of squares.

Each square's area represents a weight's magnitude. Each square's projection (color) represents a weight's sign; inset (red) for negative weights, projecting (green) for positive.

Examples

The following code displays the matrix graphically.

See Also


Previous page  hextop hintonwb Next page

© 1994-2005 The MathWorks, Inc.