Ask to nurfah..
Message #375 -- Tuesday, June 03, 2003 -- 03:43
Related Messages:
Are you ex-USM student?
Horse Racing Prediction
Message #374 -- Wednesday, May 28, 2003 -- 17:02
Hello Diego,
Many people ask similar question. Please click the FAQ link at the left, then scroll down to "Predicting on New Data".
Horse Racing Prediction
Message #373 -- Wednesday, May 28, 2003 -- 16:40
Related Messages:
I dont understand very well how the software works. The specific point is: how do I get the prediction?
I understand the following: at first I need to upload the whole info (stats from previous races)about an specific kind of horse race, then I have to train the software and then what... ?
If then we have a race that qualify as the kind of race that I have stats, so how do I enter the new data of this specific race and how do I get the prediction for that race.
Learn how to beat the bookmaker
Message #372 -- Tuesday, May 27, 2003 -- 00:22
Related Messages:
you might find this interesting:
http://www.gorees.com
lottery
Message #371 -- Thursday, May 22, 2003 -- 21:34
Related Messages:
will you be including the uk lottery or any lottery databases in your program.
Many thanks.
farlan
if so when?
Prediction Error = (Actual - Predicted) ?
Message #370 -- Wednesday, May 14, 2003 -- 15:26
I recall a bug that occurs when your prediction field is outside of the range set by User Max/Min.
The prediction error (difference between actual and predicted)is calculated as if the Actual value is at the User Max or Min.
Try widening the range of User Max/Min. I hope this helps.
NeuNet Pro
Message #369 -- Wednesday, May 14, 2003 -- 15:05
Related Messages:
I have been working with the demo version of NeuNet Pro using my own data. I have stayed below the 200 row limit and during one run the program seems not to be doing the correct math, actual minus the predicted. I have a screen capture if you would like me to send it to you.
Dale Leideker
FORMATION
Message #368 -- Sunday, April 27, 2003 -- 11:44
Related Messages:
Je cherche actuellement quelqu'un qui pourrait me montrer le fonctionnement de NeunetPro dans sa globalité mais aussi dans les courses de chevaux.
NB:j'habite ŕ PARIS.
Merci d'avance.
using sdk with Delphi
Message #366 -- Wednesday, March 05, 2003 -- 06:00
robert said:
I have now sorted this. Static declaration is:
function nn_predict(var inputs:single;netfilename:pchar):pchar;stdcall; external 'npredict.dll' name 'NNPREDICT';
using sdk with Delphi
Message #365 -- Friday, February 28, 2003 -- 15:49
Related Messages:
I have linked the sdk dll with visual basic and everything works ok.
I am now trying to link it to delphi. I am having problems and I think it is because the array expected is in a different format. I have (I think) correctly returned (an error message) using pointers.
Has anyone had any experience with linking to Delphi or can anyone point me in the right direction?