home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / neurlnet / nnutl101.zip / NNBUGS.DOC < prev    next >
Text File  |  1993-08-02  |  2KB  |  44 lines

  1.                            NNUTILS.ZIP ver 1.01
  2.            Gregory Stevens (stevens@prodigal.psych.rochester.edu)
  3.  
  4.                              BUG DOCUMENTATION
  5.  
  6. If you find any bugs, crashes, or have any fix or feature implementations, 
  7. please send me info on what you have/found at
  8.  
  9.                      stevens@prodigal.psych.rochester.edu
  10.  
  11. What I have found so far for the general public to deal with is in the 
  12. following:
  13.  
  14. NNWHAT:  Okay, this works perfectly when compiled under UNIX.  However, 
  15. apparently the size of the structure is too big for DOS, or maybe it was just
  16. too big for Borland C++.  Either way, it was seizing up if I used anything 
  17. other than the huge memory model, it was then not able to quit (memory
  18. allocation error in command.com), and would, from time to time, over-write
  19. other variables in calls, so that variables would periodically change when,
  20. in the code, no changes were being made to them.  Weird stuff.  I hate
  21. memory errors. 
  22.    I think this may be a DOS limitation, but I don't know.
  23.  
  24. NNSIM2:  Okay, this algorithm is supposed to discover its own correlations
  25. within the input sets, and divide them up into as many divisions as there are
  26. output nodes.  However, in the experiment which should have correlated the
  27. data into input patterns with greater numbers of nodes in each of the four
  28. quadrants, it only iused three of the four output nodes EVER.  The first
  29. output node is consistently not being used.  I have the feeling this is a
  30. stupid typo error in the code, but I haven't found it yet.
  31.  
  32.  
  33.  
  34. No other bugs were found, but just as a reminder: I plan on releasing more demo
  35. files for unsupervised and recurrent nets in the future.
  36.  
  37. If anyone wants to implement special combinations, like an unsupervised
  38. recurrent net or something, with these utilities, email me and I will include
  39. to with your credit info in the next release.
  40.  
  41. greg
  42.  
  43. stevens@prodigal.psych.rochester.edu
  44.