home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d510 / synworks.lha / SYNWORKS / helpfiles / helpeditnetwork < prev    next >
Text File  |  1991-06-29  |  2KB  |  103 lines

  1.  
  2.              *************************************************
  3.              *                                               *
  4.              *              Help / Edit network              *
  5.              *                                               *
  6.              *************************************************
  7.  
  8.  Short description : 
  9.  
  10.   Display & edit network parameters.
  11.   
  12.  
  13.  Network :
  14.  
  15.   Network name.
  16.  
  17.   Example : "HBA_Network" 
  18.  
  19.  
  20.  Input :
  21.  
  22.   Boundaries for input values.
  23.  
  24.   Example : 0 <= input <= 1
  25.  
  26.  
  27.  Output :
  28.  
  29.   Boundaries for output values.
  30.  
  31.   Example : -100 <= output <= 100
  32.  
  33.  
  34.  Weights :
  35.  
  36.   Boundaries for link weights.
  37.  
  38.   Example : -10 <= weights <= 10
  39.  
  40.  
  41.  Memory :
  42.  
  43.   Boundaries for neuron local memory.
  44.  
  45.   Example : -1000 <= memory <= 1000
  46.  
  47.  
  48.  Binary input :
  49.  
  50.   Map input values to {0,1}.
  51.  
  52.   val <  threshold   =>  val := 0
  53.   val >= threshold   =>  val := 1
  54.  
  55.   Example : Yes with threshold 0.5
  56.  
  57.  
  58.  Binary output :
  59.  
  60.   Map output values to {0,1}.
  61.  
  62.   val <  threshold   =>  val := 0
  63.   val >= threshold   =>  val := 1
  64.  
  65.   Example : No 
  66.  
  67.  
  68.  Layers:
  69.  
  70.   Click on active layers to edit layer parameters.
  71.  
  72.  
  73.  Edit bias neuron :
  74.  
  75.   Click gadget to edit bias neuron.
  76.  
  77.  
  78.  Edit learnr/mom. :
  79.  
  80.   Click gadget to edit learnrate/momentum table.
  81.  
  82.   
  83.   Example : "Enabled"
  84.   
  85.   
  86.  OK :
  87.  
  88.   Take shown values.
  89.   
  90.   
  91.  Cancel :
  92.  
  93.   Restore old status.
  94.   
  95.  
  96.  
  97.   ***********************************************************************
  98.   ***       FOR FURTHER INFORMATION REFER TO THE SYNWORKS MANUAL       **
  99.   ***********************************************************************
  100.  
  101.  
  102.  
  103.