Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!snorkelwacker!apple!olivea!orc!inews!iwarp.intel.com!gargoyle!chinet!drt From: drt@chinet.chi.il.us (Donald Tveter) Newsgroups: comp.ai.neural-nets Subject: A bug in my back-prop source code Message-ID: <1990Sep19.204636.9682@chinet.chi.il.us> Date: 19 Sep 90 20:46:36 GMT Sender: drt@chinet.chi.il.us (Don Tveter) Organization: Chinet - Chicago Public Access UNIX Lines: 13 I found a bug in the back-prop source code of mine that was recently posted in comp.sources.misc. It is related to the skipping of patterns that have been learned. A variable, skiprate, was defined as short in bp.c but as int in misc.c. I changed the definition in misc.c to short and now this feature works correctly as far as I can tell. It probably got changed when I was prettying up the code. Sorry about this error. Don Tveter 5228 N. Nashville Ave. Chicago, Illinois 60656 drt@chinet.chi.il.us