home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / ai / neuraln / 3412 < prev    next >
Encoding:
Text File  |  1992-09-08  |  891 b   |  32 lines

  1. Newsgroups: comp.ai.neural-nets
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!nuscc!kimhock
  3. From: kimhock%Solomon.Technet.sg (Teo Kim Hock)
  4. Subject: NN process emulator
  5. Message-ID: <1992Sep7.090318.8040@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. X-Newsreader: Tin 1.1 PL5
  9. Date: Mon, 7 Sep 1992 09:03:18 GMT
  10. Lines: 20
  11.  
  12.  
  13.  
  14.  
  15. Hi,
  16.  
  17. We have been working on using the feed-forward NN to emulate the
  18. dynamics of chemical processes.  It works well for simple processes but
  19. fail to learn the process with non-linear time-delay, for example
  20.  
  21.   y(t) = u(t+10-int(y(t-1)/.1)*0.2 + y(t-1)*0.8
  22. where 0<y(t)<1.0.
  23.  
  24. This process has time-delay that is a function of the output.  We have
  25. tried using feed-forward net to learn the dynamics of this process
  26. without any sucess.  Can anyone give us some advise on this.  Thank you
  27. in advance.
  28.  
  29. Kim Hock. 
  30.  
  31.  
  32.