Click here to Skip to main content
15,893,904 members
Articles / Programming Languages / C#

Neural Dot Net Pt 3 The Adaline Network

Rate me:
Please Sign up or sign in to vote.
3.71/5 (16 votes)
23 Oct 200316 min read 73.4K   379   41  
A neural network library in C#.
<PATTERN><Time>14/02/2003 12:38:30</Time><Priority>Progress</Priority><Message>14/02/2003 12:38:30 setting the input value at 0 to 0.251442</Message></PATTERN><PATTERN><Time>14/02/2003 12:38:30</Time><Priority>Warning</Priority><Message>14/02/2003 12:38:30 The index the array in set in value is greater than the array count, adding it, reason Index was out of range.  Must be non-negative and less than the size of the collection.
Parameter name: index</Message></PATTERN><PATTERN><Time>14/02/2003 12:38:30</Time><Priority>Progress</Priority><Message>14/02/2003 12:38:30 setting the input value at 1 to 0.788812</Message></PATTERN><PATTERN><Time>14/02/2003 12:38:30</Time><Priority>Warning</Priority><Message>14/02/2003 12:38:30 The index the array in set in value is greater than the array count, adding it, reason Index was out of range.  Must be non-negative and less than the size of the collection.
Parameter name: index</Message></PATTERN><PATTERN><Time>14/02/2003 12:38:30</Time><Priority>Progress</Priority><Message>14/02/2003 12:38:30 Setting the out value at 0 to 1</Message></PATTERN><PATTERN><Time>14/02/2003 12:38:30</Time><Priority>Warning</Priority><Message>14/02/2003 12:38:30 The index for the array set out value is greater than the array count, adding it, reason Index was out of range.  Must be non-negative and less than the size of the collection.
Parameter name: index</Message></PATTERN>>>N>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions