
   THE OUTPUT WINDOW

  The output parameter displays  the activations of a
  network. When a pattern  is learned or a pattern is
  tested the activations  of  the  network are set to
  the activations of the pattern.  When  a pattern is
  tested you   will  see the    activations    change
  everytime it   is updated.    It is  updated  three
  times, more is not  necessary, the activations will
  not change further.

	  Windows

  The  energy-window  displays   the energy    of the
  network.

  The  hamming-distance   displays   a   number  that
  represents  the  difference between   the  ramdomly
  generated pattern and the pattern that was learned.
  (does not work yet)

  The reset button initializes the activations of the
  network randomly and sets all the weights to zero.

  The  step, test and  learn  buttons all  affect the
  hopfield network. The learn-button lets the network
  learn the pattern  in  the  activations-window. The
  test-button  lets  the  network stabilize  with the
  current pattern in the  activations-window  as  the
  initial   display.   The    step-button    performs
  basically the  same function   as the test  button,
  only in  separate cycles, so that  you can  see the
  activations change more easily.


  The  parameter button opens a window   in which you
  can modify all the parameters of the network:

   - learning-rate
   - decay
   - number of cycles
   - treshold

  As always the exit-button closes the window.
