home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / ai / 4958 < prev    next >
Encoding:
Text File  |  1993-01-21  |  7.4 KB  |  155 lines

  1. Newsgroups: comp.ai
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!alberta!arms
  3. From: arms@cs.UAlberta.CA (Bill Armstrong)
  4. Subject: ALN patent expires
  5. Message-ID: <arms.727650547@spedden>
  6. Summary: Patent on adaptive logic networks expired on Jan. 20, 1993.
  7. Keywords: adaptive logic network
  8. Sender: news@cs.UAlberta.CA (News Administrator)
  9. Nntp-Posting-Host: spedden.cs.ualberta.ca
  10. Organization: University of Alberta, Edmonton, Canada
  11. Date: Thu, 21 Jan 1993 21:09:07 GMT
  12. Lines: 141
  13.  
  14. After 17 years, the U.S. patent on adaptive logic networks has run its
  15. course, and the material covered by the patent is now in the public
  16. domain, free for anyone to use without paying:
  17.  
  18.   W. Armstrong, Adaptive Boolean Logic Element, U. S. Patent 3934231,
  19.   filed Feb. 28, 1974 (filings in various other countries followed),
  20.   patent granted on Jan. 20, 1976, assigned to Dendronic Decisions
  21.   Limited, now located at 3624 - 108 Street, Edmonton, Alberta, T6J 1B4,
  22.   Tel.  (403) 438-1103.
  23.  
  24. The patent covered what is essentially the backpropagation algorithm
  25. for training logic networks, except that in the ALN context it was
  26. called "heuristic responsibility".  There were actually three kinds of
  27. heuristic responsibility covered, one of which was a steepest descent
  28. approach corresponding almost directly to backprop.  It was found not
  29. to work very well.  It would end to get stuck at local minima of
  30. error.  Two other algorithms were given, called "latest error" and
  31. "global search" which worked much better.  There are still traces of
  32. the "latest error" heuristic in the atree release 2.7 software for
  33. Windows 3.x and atree release 2.0 for Unix.  The latter programs use
  34. the same adaptation algorithm; the advantage of 2.7 is that it has
  35. extensive on-line documentation, while the advantage of atree 2.0 is
  36. portability.
  37.  
  38. The patent had three constructive reductions to practice in an effort
  39. to be *generic*, i.e. to cover *everything* which was a case of
  40. heuristic responsibility.  The last claim covered a digital logic
  41. circuit having elements with "heuristic responsibility" leads.  As a
  42. consequence of the expiration, one can hope that a large part of ALN
  43. technology will end up in the public domain.  Of course it is still
  44. possible to patent improvements, but these can only be non-obvious
  45. ones.
  46.  
  47. As many people have discovered, ALNs learn and execute very quickly.
  48. In fact, they are at the very limits of speed for digital logic
  49. circuits.  This means that they will be around for a long time.
  50.  
  51. Well over 5000 people have obtained the software on Internet or
  52. CompuServe, and some interesting applications have been done.
  53.  
  54. Those who are interested in this approach to high speed neural
  55. networks can get the the atree adaptive logic network simulation
  56. package as follows (N. B. the expiration of the patent has nothing to
  57. do with the copyright on the atree software, which has not expired!):
  58.  
  59. The atree adaptive logic network (ALN) simulation package, atree
  60. release 2.7, is available via anonymous ftp from menaik.cs.ualberta.ca
  61. [129.128.4.241] in pub/atre27.exe (ftp in binary mode).  It runs on
  62. IBM PCs and compatibles under Windows 3.x. Included is documentation
  63. and ON-LINE HELP explaining the basic principles of adaptive logic
  64. networks, the atree source code and the examples.  All C and C++
  65. source code is provided.
  66.  
  67. Atree release 2.7 is available in either of two files in pub/ on
  68. menaik: atre27.exe and a27exe.exe.  The file atre27.exe contains the
  69. full C and C++ sources for those who want to study or modify them. The
  70. code was developed using Borland C++ 3.1 and Application Frameworks.
  71. The other, smaller file contains just the executables. The user can
  72. study the adaptive algorithm in the On-Line Help under ALN Technical
  73. Notes/The Learning Algorithm.
  74.  
  75. To set up your software on the PC under Windows 3.x, it is recommended
  76. that you execute atre27.exe in your main directory, whereupon it will
  77. create a subdirectory atree_27 and extract everything into it.
  78. Running "setup" in the latter directory will create a group of icons
  79. you can use to invoke demos and the facilities for programming
  80. adaptive logic network applications in the lf language.  The "Open"
  81. command gives you access to numerous instructive examples.  Clicking
  82. on the Help button gives you access to explanations of theory and
  83. code.
  84.  
  85. The Unix version, atree release 2.0, is in C, and has been ported to
  86. Macintosh, Amiga, and other machines.  Windows NT will eventually
  87. offer another way to use atree on various platforms.
  88.  
  89. There is an electronic mailing list for discussions of ALNs. Mail to
  90. alnl-request@cs.ualberta.ca to subscribe or cancel.  Your comments on
  91. ALN subjects can be emailed to all other subscribers to the list by
  92. mailing to alnl@cs.ualberta.ca.
  93.  
  94.         A BIBLIOGRAPHY
  95.  
  96. G. v. Bochmann, W. Armstrong, Properties of Boolean Functions
  97. with a Tree Decomposition, BIT 13, 1974. pp. 1-13.
  98.  
  99. W. Armstrong, Gilles Godbout: Use of Boolean Tree Functions to Perform
  100. High-Speed Pattern Classification and Related Tasks, Dept. d'IRO,
  101. Universite de Montreal, Doc. de Travail #53, 1974. (unpublished,
  102. except in summary form as follows:)
  103.  
  104. W. Armstrong and G. Godbout, Properties of Binary Trees
  105. of Flexible Elements Useful in Pattern Recognition, IEEE 1975
  106. International Conf. on Cybernetics and Society, San Francisco, 1975,
  107. IEEE Cat. No. 75 CHO 997-7 SMC, pp. 447-449.
  108.  
  109. W. Armstrong and J. Gecsei, Architecture of a Tree-based
  110. Image Processor, 12th Asilomar Conf. on Circuits, Systems
  111. and Computers, Pacific Grove, Calif., 1978, pp. 345-349.
  112.  
  113. W. Armstrong and J. Gecsei, Adaptation Algorithms for
  114. Binary Tree Networks, IEEE Trans. on Systems, Man and
  115. Cybernetics, 9, 1979, pp. 276-285.
  116.  
  117. W. Armstrong, J.-D. Liang, D. Lin, S. Reynolds, Experiments Using
  118. Parsimonious Adaptive Logic, Tech. Rept. TR 90-30, Department of
  119. Computing Science, University of Alberta, Edmonton, Alberta, Canada,
  120. T6G 2H1.  This is now available in a revised form via anonymous FTP
  121. from menaik.cs.ualberta.ca [129.128.4.241] in pub/atree2.ps.Z (the
  122. title of the revised document is Some Results concerning Adaptive
  123. Logic Networks).
  124.  
  125. W. Armstrong, A. Dwelly, J.-D. Liang, D. Lin, S. Reynolds, Learning
  126. and Generalization in Adaptive Logic Networks, in Artificial Neural
  127. Networks, Proceedings of the 1991 International Conference on
  128. Artificial Neural Networks ( ICANN'91), Espoo,
  129. Finland, June 24-28, 1991, T. Kohonen, K.Makisara, O. Simula, J. Kangas eds.
  130. Elsevier Science Publishing Co. Inc. N. Y. 1991, vol. 2, pp. 1173-1176.
  131.  
  132. Allen G. Supynuk, William W. Armstrong, Adaptive Logic Networks and
  133. Robot Control, Proc. Vision Interface Conference '92, also called
  134. AI/VI/GI '92, Vancouver B. C., May 11-15, 1992, pp. 181 - 186.
  135.  
  136. R. B. Stein, A. Kostov, M. Belanger, W. W. Armstrong and D. B.
  137. Popovic, Methods to Control Functional Electrical Stimulation in
  138. Walking, First International FES Symposium, Sendai, Japan, July 23 -
  139. 25, 1992, pp. 135 - 140.
  140.  
  141. Aleksandar Kostov, Richard B. Stein, William W. Armstrong, Monroe
  142. Thomas, Evaluation of Adaptive Logic Networks for Control of Walking
  143. in Paralyzed Patients, 14th Ann. Int'l Conf. IEEE Engineering in
  144. Medicine and Biology Society, Paris, France, Oct. 29 - Nov. 1, 1992,
  145. pp. 1332 - 1334.
  146.  
  147. Ian Parsons, W. W. Armstrong: The Use of Adaptive Logic Nets to
  148. Quantify Tar Sands Feed (Draft), available via anonymous ftp from
  149. menaik.cs.ualberta.cs [129.128.4.241] in pub/alntarsands.ps.Z.
  150. --
  151. ***************************************************
  152. Prof. William W. Armstrong, Computing Science Dept.
  153. University of Alberta; Edmonton, Alberta, Canada T6G 2H1
  154. arms@cs.ualberta.ca Tel(403)492 2374 FAX 492 1071
  155.