home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / demos / gatordem.zip / README.TX_ / README.TX
Text File  |  1993-09-15  |  4KB  |  118 lines

  1.             Welcome to the Demo Version of Propagator
  2.  
  3.  
  4.  
  5. Q: What is Propagator?
  6.  
  7. A: Propagator is a general purpose neural network development system.  It
  8.    performs many variations of the most common neural network training
  9.    technique, Backpropagation.  You do not need to be a neural network
  10.    expert to use Propagator, but some knowledge of neural networks is
  11.    helpful.  You certainly do not need to be a programmer to effectively
  12.    use Propagator.
  13.  
  14.    Propagator "learns" arbitrary nonlinear relationships between two sets
  15.    of data (input data and target data).  Many people that use techniques
  16.    such as Multiple Regression find that neural network models, using the
  17.    same data, can make much more accurate predictions.
  18.  
  19.  
  20.  
  21. Q: What is special about Propagator?
  22.  
  23. A: Four main things:
  24.    1. Propagator is very easy to use.
  25.    2. Propagator is inexpensive.
  26.    3. Propagator is fast.
  27.    4. Propagator writes the source code for your trained networks.
  28.  
  29.    There are lots of other more technical reasons why Propagator is special,
  30.    like the ability to train with a validation set, nice real time graphics,
  31.    and the ability to add noise while training or testing.  But, you will
  32.    see all of these features when you run the demo.
  33.  
  34.  
  35.  
  36. Q: What is included in this Package?
  37.  
  38. A: 1. The PC (Windows) Demo version of Propagator.
  39.    2. Two sets of commonly used example data files, however you can use your
  40.      own files if you like.
  41.    3. A fully functional scale program that can be used to scale and set
  42.      delimiters for your data.
  43.    4. A file containing operation instructions (manual.txt)
  44.    5. A read me file (the file your reading now).
  45.  
  46. Q: What is not included with the demo?
  47.  
  48. A: 1. You cannot save with the demo version.
  49.    2. Saving includes: network problem files, log files, best weights files,
  50.      and output vs. target files.
  51.    3. The source code generation program is not included in the demo.  This
  52.      program is used to generate C source code for your trained neural
  53.      networks.
  54.    4. The Propagator User's Manual.
  55.  
  56.  
  57.  
  58. Q: How do I order Propagator?
  59.  
  60. A: Call ARD Corporation at:
  61.    Phone       410/997-5600 or 1-800/969-2731
  62.    Fax         410/997-3902
  63.    Email       propagator@ard.com
  64.  
  65.  
  66.  
  67. Q: How much does it cost?
  68.  
  69. A: PC Windows 3.x version                    $199
  70.    Macintosh System 7.x version              $199
  71.    Sun Solaris 1.x and Solaris 2.x version   $499
  72.  
  73.    Site licenses and educational discounts are also available
  74.    for all versions.
  75.  
  76.  
  77.  
  78. Q: What are the hardware and software requirements for this demo?
  79.  
  80. A: 386 or higher; math coprocessor required
  81.    2 MB of RAM
  82.    1 MB of free hard disk space
  83.    DOS 5.0 or higher
  84.    Window 3.x
  85.  
  86.  
  87.  
  88.        Propagator for Windows Demo Installation Instructions
  89.  
  90.  
  91.  
  92. The discussion below assumes that the floppy disk is drive "A:" and the hard
  93. disk is drive "C:".  If your drive designations are different, substitute the
  94. correct letter in the instructions below.
  95.  
  96. The demo version of Propagator is a self-extracting archive.  Use the
  97. following instructions to uncompress and install on your hard disk.
  98.  
  99. 1.  Insert the Propagator Demo Floppy Disk.
  100. 2.  At the DOS prompt, type the following to uncompress and place the
  101.     distribution files on your hard disk.  The following command will
  102.     create the GATORDEM directory in the root directory of the hard disk.
  103.      C:\> a:\gatordem  -d
  104. 3.  Type the following to start Windows.  The installation setup program
  105.     will not work from DOS prompt.
  106.      C:\> win /3
  107. 4.  From the  "File" menu of the Windows Program Manager, select "Run..."
  108.     menu.  The Run Dialog box will be displayed.
  109. 5.  Type in the following command to start the installation process.
  110.      c:\gatordem\setup
  111. 6.  Select "OK".  The Propagator Setup window will be displayed.
  112. 7.  Select "Continue" to install or "Exit" to stop the installation.
  113. 8.  Type in the directory you want to install Propagator.  The default
  114.     directory is:
  115.      C:\GATORDEM
  116. 9.  "Continue" to complete the installation or "Exit" to abort.
  117. 10.  You're set!  Enjoy Propagator.
  118.