wolffd@0: wolffd@0: wolffd@0: wolffd@0: Netlab Reference Manual demhint wolffd@0: wolffd@0: wolffd@0: wolffd@0:

demhint wolffd@0:

wolffd@0:

wolffd@0: Purpose wolffd@0:

wolffd@0: Demonstration of Hinton diagram for 2-layer feed-forward network. wolffd@0: wolffd@0:

wolffd@0: Synopsis wolffd@0:

wolffd@0:
wolffd@0: demhint
wolffd@0: demhint(nin, nhidden, nout)
wolffd@0: wolffd@0: wolffd@0:

wolffd@0: Description wolffd@0:

wolffd@0: wolffd@0:

demhint plots a Hinton diagram for a 2-layer feedforward network wolffd@0: with 5 inputs, 4 hidden units and 3 outputs. The weight vector is wolffd@0: chosen from a Gaussian distribution as described under mlp. wolffd@0: wolffd@0:

demhint(nin, nhidden, nout) allows the user to specify the wolffd@0: number of inputs, hidden units and outputs. wolffd@0: wolffd@0:

wolffd@0: See Also wolffd@0:

wolffd@0: hinton, hintmat, mlp, mlppak, mlpunpak
wolffd@0: Pages: wolffd@0: Index wolffd@0:
wolffd@0:

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