home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / QWKNETV1.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-08-19  |  3.3 KB  |  96 lines

  1. INTRODUCTION
  2. ------------
  3. Thanks for trying the shareware version of QwikNet.  QwikNet is a 
  4. powerful, yet easy to use artificial neural network simulator.  
  5. QwikNet implements several different algorithms to train a standard 
  6. feed-forward neural network in an easy-to-use graphical 
  7. environment.  The shareware version is limited to a maximum 
  8. of 1 hidden layer and 10 hidden neurons.  The registered version can 
  9. accommodate up to 5 hidden layers with no limits (besides hardware) 
  10. on the number of hidden neurons.  QwikNet is available in both 16 bit 
  11. and 32 bit versions.  If you have Windows 95 or NT use the 32 bit
  12. version.  The 32 bit version is a multi-threaded application and 
  13. provides much higher performance.  
  14.  
  15. You may evaluate this software free for 30 days, after which you must 
  16. either purchase the registered version or delete the software from
  17. your machine.
  18.  
  19. Please feel free to distribute the file QwikNet.ZIP to friends, associates,  
  20. or to a computer bulletin board system (BBS).
  21.  
  22. REGISTRATION
  23. ------------
  24. The registration fee is $40 US.  Please print and fill out the 
  25. registration form in the file 'register.txt', (also found 
  26. in the help file), and enclose it with your payment.  Upon 
  27. receipt of payment you will receive the full registered version 
  28. and all future upgrades.  
  29.  
  30.  
  31. INSTALLATION
  32. ------------
  33. The 16-bit version, QwkNet16.EXE, requires at least a 286 
  34. processor and Windows 3.1.  Due to the segmented memory of 
  35. 16-bit Windows, QwkNet16.EXE is limited to training/testing data 
  36. files of at most 10,000 patterns, with at most 500 neurons 
  37. in each layer.
  38.  
  39. The 32-bit version, QwkNet32.EXE, requires a minimum 486 
  40. processor and Windows 95 or NT.  This version removes 
  41. all practical limits on network/data file size.
  42.  
  43. Installation of both versions, including the DLLs and 
  44. help files, requires less than 1.5 MB of disk space.
  45.  
  46.  
  47. 16 bit version - copy the following files to your directory:
  48.  
  49.     QwkNet16.EXE     - 16-bit executable
  50.     BWCC.DLL       - 16-bit DLL needed by QwkNet16
  51.     QwikNet.HLP    - Windows help file
  52.     README.TXT    - This file
  53.     REGISTER.TXT    - A registration form in ASCII format
  54.     FILE_ID.DIZ    - Information file for bulletin boards 
  55.     Example data files - optional
  56.  
  57. 32 bit version - copy the following files to your directory:
  58.  
  59.     QwkNet32.EXE     - 32 bit executable for Win95 or NT
  60.     BWCC32.DLL         - 32-bit DLL needed by QwkNet32
  61.     QwikNet.HLP    - Windows help file
  62.     README.TXT    - This file
  63.     REGISTER.TXT    - A registration form in ASCII format
  64.     FILE_ID.DIZ    - Information file for bulletin boards 
  65.     Example data files - optional
  66.  
  67. EXAMPLE DATA FILES
  68. ------------------
  69. Several example data files are included for testing:
  70.  
  71. SINCOS.TRN  -      Training data file with one input (x)
  72.         and two outputs Sin(x) and cos(x).
  73. SINCOS.TST  -   Testing data for SINCOS.
  74. SINCOS.WTS  -    Example of saved weights.
  75. SINCOS.NET  -     SINCOS project file.
  76.  
  77. SECURITY.*  -    A more complex data set for Power System Security
  78.         analysis.  The data set contains 33 inputs 
  79.         (power system features) and 1 output     
  80.         (security classification).
  81.  
  82. XOR.*       -   XOR training data set.
  83.          Two inputs and 1 output.
  84.  
  85.  
  86. QUESTIONS/COMMENTS
  87. ------------------
  88. Please send any questions, comments or bug reports to:
  89.  
  90.     Craig Jensen
  91.     9935 NE 125th Ln #4
  92.     Kirkland, WA 98034
  93.     email - cjensen@ee.washington.edu
  94.  
  95.  
  96.