Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Neural Network to forecast next value
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
gsilva
Tux's lil' helper
Tux's lil' helper


Joined: 24 Dec 2007
Posts: 84
Location: Portugal

PostPosted: Fri Jul 18, 2008 1:56 pm    Post subject: Neural Network to forecast next value Reply with quote

Hi there!

Maybe this is not "a simple question" like the section describes it, but I've searched a lot and still have nothing useful to start with.

I worked with Neural Networks in fingerprint recognition a while ago, and now I wanted to implement a simple network in C (or C++, or Java, or anything else, as long as someone helps me :)) that guesses the next value in a sequence.

For example:

1 2 3 4 5 6 7 8

The network would tell me that the next value would probably be 9. Of course, we're talking of a more complex sequences than this one.

The implementation and philosophy behind this forecasting thing is very different from the one behind fingerprint recognition, and all I can find on the web is paid software, but I want to implement this myself.

Any help?

Thanks.
Back to top
View user's profile Send private message
exif
n00b
n00b


Joined: 07 Jul 2008
Posts: 57
Location: Waterloo, ON, Canada

PostPosted: Fri Jul 18, 2008 5:41 pm    Post subject: Reply with quote

The commercial solutions are probably proprietary algorithms. If you're looking to implement your own version you will probably have to come up with your own logic as to how the network comes to a decision. Look around for scholarly papers about the subject, there might exist some literature about it, but be careful that it might be under a non-free license.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum