home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 500-599 / ff510.lzh / SYNWORKS / ReadMe < prev    next >
Text File  |  1991-06-29  |  5KB  |  167 lines

  1.  
  2.                           SYNWORKS 
  3.  
  4.       A neural network development tool for the CBM Amiga.
  5.  
  6.                    Written & Copyright by
  7.                    
  8.                        Michael Kaiser
  9.                      Im kleinen Feld 5
  10.                        3530 Warburg 1
  11.                       Tel. 05641/4521
  12.                       
  13.                             or
  14.                             
  15.                         Schindweg 3
  16.                      7500 Karlsruhe 41
  17.                      Tel. 0721/407968
  18.                      
  19.                      
  20.       -----------------------------------------------------
  21.       
  22.       
  23.  SynWorks was developed in addition of an M.S. work in cooperation with
  24.  HP, Germany. It is one of the first Amiga tools for "AI-applications",
  25.  so it may give the Amiga-market a "kick" in the direction of science.
  26.  
  27.  The PD-Version does not contain all Features of the professional one,
  28.  but I think it is very good to get a first impression of what neural
  29.  network are and how they could be used.
  30.  
  31.  If you'd like to get some information of neural network theory,
  32.  you may read one of the following books/articles:
  33.  
  34.  1. R. Beale, T. Jackson
  35.     Neural computing - an introduction
  36.     Adam Hilger Bristol, Philadelphia, New York
  37.     1. edition 1990
  38.  
  39.  2. Robert Hecht-Nielsen
  40.     Neurocomputing
  41.     Addison-Wesley,
  42.     1. edition 1990
  43.     
  44.  ------------------------------------------------------------------------
  45.  
  46.  If you like SynWorks and would be glad to get a full version, 
  47.  including linkable object files for nn-use in own applications,
  48.  manuals and a neural-network tutorial,
  49.  please send $70 (US) or DM 120,- (europe) to
  50.  
  51.  Michael Kaiser
  52.  Im kleinen Feld 5
  53.  D-3530 Warburg 1
  54.  West Germany
  55.  
  56.  For additional $30 / DM 50,- you'll also get SynTools incl. manual,
  57.  a tool to display and preprocess synworks training & test files.
  58.  
  59.  ----------------------------------------------------------------------
  60.  
  61.  INSTALLATION
  62.  
  63.  You need at least 1 MByte of memory. 
  64.  
  65.  - NO HARDDISK:
  66.  
  67.  Copy your original CBM WorkBench 1.3 or 2.0 to another disk.
  68.  Remove the following:
  69.  
  70.    FONTS: all exept topaz
  71.    
  72.    DEVS:  all printers exept the one you possess.
  73.    
  74.    SYSTEM:your choice
  75.    
  76.    TOOLS: your choice
  77.    
  78.    C:     your choice,
  79.    
  80. so that you get about 400 KByte of free disk space.
  81. Modify your startup-sequence to get a RAM-DISK,
  82. reboot your computer.
  83.  
  84. Insert the SynWorks/Fish-Disk, open it and copy the SYNWORKS-DRAWER
  85.  
  86. a) to the RAM DISK (if you have one dd)
  87.  
  88. b) to the prepared WB-Disk.
  89.  
  90. If you have one disk, re-insert the WB-Disk and copy the SYNWORKS-DRAWER
  91. to it.
  92.  
  93. - HARDDISK:
  94.  
  95. Insert the SynWorks/Fish-Disk, open it and copy the SYNWORKS-DRAWER
  96. to the partition you want.
  97.  
  98. ----------------------------------------------------------------------
  99.  
  100. SETTING UP:
  101.  
  102. If you start SynWorks the first time, it will probably display an
  103. error message "SynWorks-Title not found" and/or "SynWorks-Screendisplay"
  104. not found.
  105. To complete the installation, ignore these messages and select
  106. "Setup/Preferences" after starting SynWorks.
  107.  
  108. Set the Path "Synworks-Path" to the one you installed SynWorks in,
  109. also set the Editor "Editor" to the one you want to use.
  110. Select "Use prefs" to save preferences.
  111.  
  112. Select "Setup/Screendisplay" and modify the given values if you want,
  113. then select "OK" to save.
  114.  
  115. -----------------------------------------------------------------------
  116.  
  117. FIRST STEPS:
  118.  
  119. This text is no manual, but after you have correctly installed SynWorks, 
  120. you should play a little bit with its features. 
  121. To do this, select "NetWork/Load NetWork", enter the "networks"-directory
  122. (relative to your SynWorks-Path) and doubleclick on the "xor_bp.nwk"
  123. entry. A backpropagation-network soving the XOR-Problem will appear,
  124. which may be used as playground.
  125.  
  126. ----------------------------------------------------------------------
  127.  
  128. FILE FORMAT:
  129.  
  130. SynWorks uses ASCII-Files for training and test, normally reading
  131. one input vector from one line in the file.
  132. It knows about some special characters:
  133.  
  134. "!" : All following chars in the line are comments.
  135.  
  136. ";" : The vector contains also the following line
  137.  
  138. Look at the XOR.INP file to check this.
  139.  
  140. ---------------------------------------------------------------------------
  141.  
  142. CONSTRAINS:
  143.  
  144. The SynWorks-PD Version supports following
  145. network models:
  146.  
  147. Backpropagation
  148.   Perceptron
  149. Kohonen
  150.  
  151. The number of neurons per layer must be smaller than 11.
  152.  
  153. --------------------------------------------------------------------------
  154.  
  155. Last, but not least: Thanks to Fred Fish for all his work !
  156.  
  157. --------------------------------------------------------------------------
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.