Quote from sjfan:
.
An ensemble model of 28 NN predictors ... yeah - aside from the list of technological objections (some of which comes to: there's not a computer on earth powerful enough to do what he's claiming), that's pretty much the perfect curvefitter. Completely useless.
I won't annoy you by asking what your experience is in exporting
a trained neural network to an executable for use in a distributed application... since it would appear you've never done that.
However your comment about âno computer on earthâ can do that is so totally silly, that I'll lay it out in baby steps for you.
1) Train NN for condition 1 (say volatility)
2) Export the trained net 1 to C++
3) Train NN for condition 2 (trend line breakout)
4) Export the trained net 2 to C++
(Repeat as needed for the number of conditions
you want to predict 8, 28 , whatever youâve got t
he time for (it takes 24 to 48 hours on a high end
machine for each training step, so an
advanced system may be a month of CPU time)
Now in another application:
1) Read in the C++ code for model 1
2) Pass it the transformed price file
3) Get an output value for the prediction â¦> 0 , <1
4) Save that
5) Repeat 1 to 4 for each trained net
6) Now read in all your output values into
another application and let them vote.
Any decent PC can do this. How fast it happens depends on machine speed.
The reason you think itâs impossible is simply because youâve never worked with a NN package designed to do this.
Also the statement about logic makes no sense. This isnât hand written code by the Geek in cubicle J-3451, itâs code generated by weights in a network. Itâs learned by the NN not designed from a flow chart by the Geek.
Jerry030