Daniel@0: Daniel@0:
Daniel@0:Daniel@0: demhint Daniel@0: demhint(nin, nhidden, nout)Daniel@0: Daniel@0: Daniel@0:
demhint
plots a Hinton diagram for a 2-layer feedforward network
Daniel@0: with 5 inputs, 4 hidden units and 3 outputs. The weight vector is
Daniel@0: chosen from a Gaussian distribution as described under mlp
.
Daniel@0:
Daniel@0:
demhint(nin, nhidden, nout)
allows the user to specify the
Daniel@0: number of inputs, hidden units and outputs.
Daniel@0:
Daniel@0:
hinton
, hintmat
, mlp
, mlppak
, mlpunpak
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: