home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / ai / neuraln / 4572 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.ai.neural-nets
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!Germany.EU.net!infko!inews
  3. From: evol@infko.uni-koblenz.de
  4. Subject: Re: Integer neural networks?
  5. Message-ID: <1992Dec14.125135.24524@infko.uucp>
  6. Sender: inews@infko.uucp (inews)
  7. Organization: University of Koblenz, Germany
  8. References: <R5BFVB4w165w@west.darkside.com>
  9. Date: Mon, 14 Dec 1992 12:51:35 GMT
  10. Lines: 24
  11.  
  12. In article <R5BFVB4w165w@west.darkside.com> max@west.darkside.com (Erik Max Francis) writes:
  13. >Anyone know of any good schemes (or books which describe schemes) of 
  14. >neural networks that deal with only integer math?
  15. >
  16. >I'm looking more to use the neural network as a "black box" that receives 
  17. >certain inputs, does manipulations, and then spits out certain outputs.  
  18. >Finite state machines would work fine, too, but there are too many 
  19. >(potential) inputs to implement reasonably.
  20. >
  21.  
  22. Hallo !
  23.  
  24. Some weeks ago Donald Tveter posted a backprop implementation to
  25. comp.sources.misc, which can use both integer and float arithmetic. 
  26. If have compiled it for NeXTstation and SPARC2. There is no need to
  27. use integer arithmetic on these machines. Floating point arithmetic
  28. is as fast as integer arithmetic or even faster if you are using a
  29. fast Coprozessor. Nevertheless integer arithmetic is fine for machines
  30. without an arithmetic Coprozessor. If you want a hardware implementation
  31. of your ANN you have to use integer arithmetic in most cases.
  32.  
  33.  
  34. Randolf Werner 
  35.  
  36.