home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / ai / neuraln / 4994 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  959 b 

  1. Path: sparky!uunet!tcsi.com!iat.holonet.net!news.cerf.net!usc!sol.ctr.columbia.edu!hamblin.math.byu.edu!yvax.byu.edu!cunyvm!k77bc
  2. Newsgroups: comp.ai.neural-nets
  3. Subject: a beginner's quiestion
  4. Message-ID: <93026.180345K77BC@CUNYVM.BITNET>
  5. From: <K77BC@CUNYVM.BITNET>
  6. Date: Tuesday, 26 Jan 1993 18:03:45 EST
  7. Organization: City University of New York/ University Computer Center
  8. Lines: 15
  9.  
  10.   In the october's 1990 issue Mr. Larry O'brien published his
  11.  C++ code for backprop NN.
  12.  The was designed to work only with one hidden layer, but it was
  13.  designed with multilayer upgrade in mind.
  14.  I rewrote one function and NN now works ( i think ) with multiple
  15.  hidden layers.
  16.  
  17.  My question is: When I run the XOR problem with one hidden layer
  18.  it converges (abeit slowly). But if I use more than one hidden
  19.  layer, it gets stucked (in local maximum?).
  20.  Is this supposed to happen or It's just my code...?
  21.  
  22. Thank you.
  23.                 -Yevgeny  k77bc@cunyvm.cuny.edu
  24.  
  25.