.NET Neural Network or AI for Future Predictions

Posted by Ian on Stack Overflow See other posts from Stack Overflow or by Ian
Published on 2010-05-04T05:56:26Z Indexed on 2010/05/04 6:18 UTC
Read the original article Hit count: 194

Hi All.

I am looking for some kind of intelligent (I was thinking AI or Neural network) library that I can feed a list of historical data and this will predict the next sequence of outputs.

As an example I would like to feed the library the following figures 1,2,3,4,5

and based on this, it should predict the next sequence is 6,7,8,9,10 etc.

The inputs will be a lot more complex and contain much more information.

This will be used in a C# application.

If you have any recommendations or warning that will be great.

Thanks

© Stack Overflow or respective owner

Related posts about artificial-neural-network

Related posts about c#