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

  1. Newsgroups: comp.ai.neural-nets
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!usc!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!newsserver.technet.sg!nuscc!nusunix3.nus.sg!isc40031
  3. From: isc40031@nusunix1.nus.sg (FOO JON HUI)
  4. Subject: Re: Meaning of deltas in hidden units
  5. Message-ID: <1992Dec18.152536.28947@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. References: <1992Dec15.162420.22854@Informatik.TU-Muenchen.DE>
  10. Date: Fri, 18 Dec 1992 15:25:36 GMT
  11. Lines: 15
  12.  
  13. Boris Baginski (baginski@Informatik.TU-Muenchen.DE) wrote:
  14. : But the question is: what do those values express for the hidden units and
  15. : for the input units (can be calculated easily, are not used) ?
  16. : We explored that these deltas take on values up to 50 (+/-) or so, but we only
  17. : use inputs and targets and activation states in the range of 0-1.
  18.  
  19. Unless I've been doing things wrong, the inputs don't really have to be
  20. in th 0-1 range, since at the input they are multiplied by a weight of
  21. real value. Of course, if you use the sigmoid function for backprop,
  22. your outputs must be between 0-1.
  23.  
  24. Jon.
  25. National University of Singapore.
  26.  
  27.