home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / ai / neuraln / 4658 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  2.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!sol.ctr.columbia.edu!eff!ssd.intel.com!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!news
  2. From: sef@sef-pmax.slisp.cs.cmu.edu
  3. Newsgroups: comp.ai.neural-nets
  4. Subject: Re: CasCor2
  5. Message-ID: <BzzMu3.F49.1@cs.cmu.edu>
  6. Date: 28 Dec 92 21:10:50 GMT
  7. Article-I.D.: cs.BzzMu3.F49.1
  8. Sender: news@cs.cmu.edu (Usenet News System)
  9. Organization: School of Computer Science, Carnegie Mellon
  10. Lines: 41
  11. Nntp-Posting-Host: sef-pmax.slisp.cs.cmu.edu
  12.  
  13.  
  14.     From: simon@socrates.et.tudelft.nl (Natalio Simon)
  15.  
  16.     Is this new version (CasCor2) of the Cascade-Correlation Algorithm of Scott
  17.     Fahlman available? 
  18.     
  19.     Maybe it is posible for Scott Fahlman to point out how CasCor2 differs from 
  20.     CasCor1.
  21.     
  22. I've had several inquiries about "CasCor 2" since it was mentioned in Scott
  23. Markel's workshop summary, so perhaps it is best to post the information
  24. here.
  25.  
  26. The new algorithm is called "Cascade 2", not "Cascade Correlation 2" or
  27. "Cascor 2" or "<anything> II".  (I hate Roman numerals.)  The reason for
  28. the name change is that there's no "correlation" part left.  We have known
  29. for some time that the correlation (really a covariance) measure used in
  30. Cascor tends to produce hidden units that overshoot small errors.  This
  31. isn't a problem for tasks with binary outputs, but leads to excess units
  32. and poor generalization on tasks that require continuous-valued analog
  33. outputs.  Cascade 2 uses a different algorithm for training the candidate
  34. units, basically minimizing the difference between the candidate unit's
  35. output and the residual error.  But there are a few tricky details I don't
  36. want to explain right now.
  37.  
  38. I plan to release this C2 code generally as soon as I finish a few more
  39. tests and write up a tech report on it.  I've been too busy scrounging for
  40. funding for most of the past year to finish that task, but I hope to return
  41. to it in the near future.  As soon as the TR and the code are generally
  42. available, I'll announce that fact in this newsgroup.
  43.  
  44. -- Scott
  45.  
  46. ===========================================================================
  47. Scott E. Fahlman            Internet:  sef+@cs.cmu.edu
  48. Senior Research Scientist        Phone:     412 268-2575
  49. School of Computer Science              Fax:       412 681-5739
  50. Carnegie Mellon University        Latitude:  40:26:33 N
  51. 5000 Forbes Avenue            Longitude: 79:56:48 W
  52. Pittsburgh, PA 15213
  53. ===========================================================================
  54.