home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / NEOCOG10.ZIP / README.1ST < prev    next >
Text File  |  1994-07-15  |  5KB  |  110 lines

  1.  
  2.                     OVERVIEW
  3.                    ──────────
  4.  
  5.        The  NeoC  program  is  an   implementation   of   Fukushima's
  6.        Neocognitron neural network. It's purpose is to test the model, to
  7.        facilitate interactivity for the  experiments,  and  to  make  the
  8.        Neocognitron neural net operation more understandable.
  9.  
  10.        There are two utility programs for NeoC. One of  them  is  the
  11.        MAP (Make Pattern). Using it one can design  new  patterns  easily
  12.        and quickly in the graphic mode  with  mouse  support.  The  other
  13.        program is the DIP (Display  Pattern).  It  converts  the  special
  14.        binary or text pattern files to the standard output  just  like  a
  15.        file consisting of two-dimensional patterns.
  16.  
  17.            This  software  package  is  FREEWARE.  It  was  created   for
  18.        education and research purposes. It may be freely  duplicated  and
  19.        distributed, however, the author holds a copyright on it.
  20.  
  21.  
  22.                                 PACKAGE CONTENTS
  23.                                ──────────────────
  24.  
  25.  
  26.        README  .1ST  This file
  27.        NEOC    .DOC  NeoC Explorer Version 1.0 Documentation file
  28.        MAP     .DOC  Make Pattern Version 1.0 Documentation file
  29.        REFERENC.TXT  References to Fukushima's Neocognitron ANN
  30.        REGISTER.TXT  Registration order form file
  31.        FILE_ID .DIZ  File description for BBS usage
  32.  
  33.        NEOC02  .BAT  Example 1, small size numerical train patterns
  34.        NEOC09  .BAT  Example 2, ten numerical train patterns
  35.        NEOCXT  .BAT  Example 3, five special train patterns (X,Y,Z,I,T)
  36.        NEOC    .EXE  NeoC Explorer Version 1.0 -- Neocognitron explorer
  37.        MAP     .EXE  Make Pattern Version 1.0 -- Pattern maker utility
  38.        DIP     .EXE  Display Pattern -- View patterns on the std. output
  39.  
  40.        02      .NDF  NeoC structure definition file for NEOC02.BAT
  41.        02      .PTT  Train patterns in binary file format for NEOC02.BAT
  42.        02I     .PTT  Input patterns in binary file format for NEOC02.BAT
  43.        02      .DAT  Same as 02.PTT but in text file format for users
  44.        02I     .DAT  Same as 02I.PTT but in text file format for users
  45.        09      .NDF  NeoC structure definition file for NEOC09.BAT
  46.        09      .PTT  Train patterns for NEOC09.BAT
  47.        09I     .PTT  Input patterns for NEOC09.BAT (special patterns)
  48.        09II    .PTT  Input patterns for NEOC09.BAT (handwritten patterns)
  49.        XYZIT   .NDF  NeoC structure definition file for NEOCXT.BAT
  50.        XYZIT   .PTT  Train patterns for NEOCXT.BAT (X,Y,Z,I,T)
  51.        XYZITT  .PTT  Input patterns for NEOCXT.BAT (handwritten, shifted)
  52.  
  53.  
  54.                   QUICK START
  55.                                  ─────────────
  56.  
  57.            If one wishes to gain rapid insight into the NeoC, one  should
  58.        run any batch file on the command line (NEOC02.BAT is the  fastest
  59.        because it has only a few patterns and  the  smallest  neural  net
  60.        structure). If there  is  no  error  message,  then  activate  the
  61.        'TRAIN' button, and then the 'RECIGNIZE' button  with  the  mouse.
  62.        After  this  has  been  accomplished,  the   statistics   of   the
  63.        recognition can be  viewed  in  the  bottom  left  corner  of  the
  64.        'Explorer Panel' window. The results of the recognition appear  in
  65.        the 'Identify as' window if the 'PAGE' button in the  'Net  Input'
  66.        window was used. These processes can be repeated  from  the  train
  67.        process.
  68.  
  69.  
  70.                 ACKNOWLEDGEMENTS
  71.                    ──────────────────
  72.  
  73.        I would like  to  thank  Nandor  Toth,  for  his  support  and
  74.        encouragement that greatly influenced my  work.  I  am  also  very
  75.        grateful to Martha Mercedes Marie for her endless generosity.
  76.  
  77.  
  78.                  DISCLAIMER OF WARRANTY
  79.                 ────────────────────────
  80.  
  81.        THIS  SOFTWARE  PACKAGE  IS  PROVIDED  "AS  IS"  AND   WITHOUT
  82.        WARRANTIES.  BECAUSE  OF  THE  VARIOUS   HARDWARE   AND   SOFTWARE
  83.        ENVIRONMENTS INTO WHICH THIS PROGRAM MAY BE PUT,  NO  WARRANTY  OF
  84.        FITNESS FOR A PARTICULAR PURPOSE IS OFFERED. THE USER MUST  ASSUME
  85.        THE ENTIRE RISK OF USING THE  PROGRAM.  THE  AUTHOR  WILL  NOT  BE
  86.        LIABLE FOR ANY SPECIAL,  INCIDENTAL,  CONSEQUENTIAL,  INDIRECT  OR
  87.        SIMILAR DAMAGES DUE TO THE LOSS OF DATA, LOSS OF BUSINESS PROFITS,
  88.        BUSINESS INTERRUPTION OR ANY OTHER REASON.  ALL  OF  THE  FREEWARE
  89.        AUTHOR'S RIGHT, TITLE AND INTEREST IN  AND  TO  THE  SOFTWARE  NOT
  90.        EXPRESSLY GRANTED, ARE RESERVED EXCLUSIVELY BY THE AUTHOR.
  91.  
  92.  
  93.                      AUTHOR
  94.                     ────────
  95.  
  96.        If you have any questions, comments or suggestions please feel
  97.        free to write to me.
  98.  
  99.       ADDRESS:   Szakacsits Szabolcs
  100.              Kodaly 2. 2. lph.
  101.              H-8800  Nagykanizsa
  102.              HUNGARY
  103.  
  104.       E-MAIL:    jzp0119@huszeg11.bitnet
  105.              jzp0119@vm.cc.u-szeged.hu
  106.              jzp0119@alfa.cab.jate.u-szeged.hu
  107.  
  108.       FAX:       +36-93-310-311
  109.  
  110.