hintonw
Purpose
Hinton graph of weight matrix
Syntax
Description
hintonw(W,maxw,minw) takes these inputs,
W
|
S x R weight matrix
|
maxw
|
Maximum weight (default = max(max(abs(W))))
|
minw
|
Minimum weight (default = maxw/100)
|
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.
hintonw(W)

See Also
hintonwb
| | Provide feedback about this page |
 | hextop | | hintonwb |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit