home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / ATTUTOR.ZIP / NEURAL.TXT < prev    next >
Text File  |  1991-04-08  |  17KB  |  292 lines

  1. ╔════════════════════════════════════════════════════════════════════════════╗
  2. ║                                                                            ║
  3. ║                         NEURAL NETWORK SOFTWARE                            ║
  4. ║                      Give your PC a mind of its own                        ║
  5. ║                                                                            ║
  6. ║                                                                            ║
  7. ╚════════════════════════════════════════════════════════════════════════════╝
  8.  
  9.  
  10.      Its late at night in the Computer Lab.  The tall thin programmer known
  11. only as SuperTech makes a few final changes to his source code, and compiles
  12. it for the hundredth time that night.  Now there are no bugs.  He executes
  13. the program and turns on the Voice Synthesizer. Strange sounds begin to come
  14. from the speaker: BAAA! GOO! GAAA! DAA! DAA!   DAAA...DY!  It sounds like
  15. a newborn baby, trying to learn to talk! SuperTech exits the lab, leaving
  16. his program running all night.  He slips into his red Porsche and drives
  17. somewhere to a luxurious super-modern house in the Valley. He sleeps the
  18. deep sleep of the satisfied inventor.  He is sure of what to expect in the
  19. morning.
  20.  
  21.     The next day, when he enters the lab, a dozen scientists are clustered
  22. around his computer.  The computer is speaking perfectly.  While SuperTech
  23. slept, his computer - aided by his Neural Network - taught itself to read and
  24. speak perfectly.  There are congratulations all around. SuperTech smiles
  25. at his co-workers. It is a technological triumph!
  26.  
  27.      Science Fiction? No, this has already happened! The computer scientists
  28. who performed this astounding technological breakthrough were Terrence
  29. Sejnowsk and Charles Rosenberg working at the Princeton University AI Lab.
  30. Their program, NET-TALK, beginning with no knowledge whatsoever, learns good
  31. pronunciation and speech control automatically, in a single overnight
  32. training session.
  33.  
  34.      A Neural Network is a biological model of a human brain, simulated in
  35. the binary memory of your PC. It is made up of artificial Neurons, connected
  36. to each other by Axions.  Each Neuron can have many inputs, but only one
  37. output. As a Neuron gets energized by input, it fires, sending energy along
  38. axions to other nearbye Neurons.  If another Neuron receives energy from two
  39. or more axions, it also will fire, propagating the excitation to others.
  40. There are hundreds or even thousands of such Neurons, arranged in layers, and
  41. all together they form a Neural Network, capable of learning from experience.
  42.  
  43.      The technology has advanced so rapidly that there are now over 100
  44. companies offering Neural Network products,  ranging from AT&T to startups
  45. with names like NeuralWare, NeuralTech and Neurogen. Numerous systems are
  46. already being beta-tested commercially, including systems to diagnose diseases,
  47. to determine credit ratings, to analyse radar signals,  and even to compose
  48. music. American Express will be using Optical Scanners with a hard-wired
  49. Neural Network (trained to read handwriting) to read millions of Credit Card
  50. Charge Slips each day.  The Department of Defense plans to spend 400 million
  51. over the next eight years to develop neural networks for defense. Three or
  52. four contracts worth several million dollars each to expand neural-net
  53. research will soon be awarded by the Air Force. The goal is to create an
  54. aircraft that can "learn" or "adapt" to its environment - for example,
  55. reconfiguring itself if controls are damaged. It will be know as a
  56. "Self-Repairing Flight Control Program".
  57.  
  58.      As might be expected, a major competition is underway between the U.S.
  59. and Japan to see who will triumph in this new high-tech arena.  "The same
  60. kind of excitement that surrounded artificial intelligence some years ago
  61. seems to be around Neural Networks today, " says Bell Laboratories president
  62. of research. "Neural Networks are moving faster from concepts to serious
  63. applications than artificial intelligence did."
  64.  
  65.      About a dozen small startups have sold over ten thousand Neural Network
  66. simulation programs during the past year, allowing researchers to develop
  67. prototype applications rapidly on digital computers such as the IBM/PC.
  68. Five or six larger Corporations are offering NeuroComputers, in which the
  69. hardware differs radically from a standard PC, and is hard-wired to resemble
  70. the brain.  One industry Guru believes that NeuroComputers may lead to a
  71. multibillion-dollar market for new types of chips and computers.
  72.  
  73.     Typical examples are the Anza Plus, a $15,000 NeuroComputer
  74. from Hecht-Nielsen Corp here in the U.S., and the PC9800, a PC Compatible
  75. NeuroComputer for $11,000 from NEC in Japan. Commercial Neural Network
  76. Systems can run up to sixty thousand dollars, but a number of companies are
  77. also offering simpler systems that you can use to experiment with Neural
  78. Networks on your own PC.
  79.  
  80.              NEURON EXPERT
  81.              =============
  82.  
  83.      NEURON EXPERT (Thinking Software, Inc.  46-16 65th Place, Woodside,
  84. New York 11377 $59.95, with extensive documentation, free AI Demo Disk,
  85. and the AI Catalog featuring over 50 other AI Programs.)
  86.     Neuron Expert is a true neural network environment simulated in the
  87. standard digital hardware of your PC. It is a combined Expert System
  88. and Neural Network, and no knowlege of programming is required.
  89. It is unique among Expert Systems in that there is no need to encode
  90. the expert's knowledge into a complex series of IF/THEN rules.
  91. Instead, you enter the questions you want the network to ask the user,
  92. and all possible solutions the network can select from at the conclusion
  93. of the consultation.  Then, you TRAIN THE NETWORK, by answering all the
  94. questions, and choosing the correct solution.  Only ONE training
  95. session is required for each solution - the network learns quickly.
  96.  
  97. When you type NEURON at the DOS prompt, you are presented with this Menu:
  98.       ╔══════════════════════════════════════════════════════════╗
  99.       ║                      NEURON EXPERT                       ║
  100.       ║            The Neural Network Expert System              ║
  101.       ║                                                          ║
  102.       ║                  1. Demo Consultation                    ║
  103.       ║                  2. Quick Reference                      ║
  104.       ║                  3. Enter Queries                        ║
  105.       ║                  4. Enter Solutions                      ║
  106.       ║                  5. Train The Network                    ║
  107.       ║                  6. Expert Consultation                  ║
  108.       ║                  7. Tutorial                             ║
  109.       ║                  8. Exit                                 ║
  110.       ║                                                          ║
  111.       ║                  Please Enter Your Choice:               ║
  112.       ║                                                          ║
  113.       ║             (c) 1988 Thinking Software, Inc.             ║
  114.       ╚══════════════════════════════════════════════════════════╝
  115.  
  116.  
  117.      Let's go through the various Menu Choices:
  118.  
  119.  1. DEMO CONSULTATION. Immediately acquaints you with a ready-to-run
  120.     application.  The Neuron Expert asks you questions about your boss,
  121.     and at the conclusion of the consultation will tell you if he is the
  122.     greatest boss alive, an ordinary boss with some good and some bad
  123.     qualities, or an out and out rotten slavedriver!
  124.  
  125.  2. QUICK REFERENCE.  A handy online summary of all you need to know
  126.     to build your own Neural Network.
  127.  
  128.  3. ENTER QUERIES. Enter up to 25 Queries, terminating each with a
  129.     Question Mark, and then press enter.  After your last query, press
  130.     enter to return to the main menu.  Use query zero(0) as a description
  131.     of your system (as in the demo). You have 256 characters for each query.
  132.  
  133.  4. ENTER SOLUTIONS. Enter up to three solutions, terminating each
  134.     with a period.  If you only have two solutions (like YES and NO)
  135.     just press enter when asked for the third. You have 256 bytes to use
  136.     for each.
  137.  
  138.  5. TRAIN THE NETWORK. Your first solution is