wolffd@0: wolffd@0:
wolffd@0:wolffd@0: demhint wolffd@0: demhint(nin, nhidden, nout)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:
hinton
, hintmat
, mlp
, mlppak
, mlpunpak
Copyright (c) Ian T Nabney (1996-9) wolffd@0: wolffd@0: wolffd@0: wolffd@0: