
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi, yes, I try various ideas that are discussed here https://www.mql5.com/en/forum/86386/page1056
Good to know this ... I thought you just gave up trying any more :))
That is a very long thread, but I will see what is the discussion going on there.
So you're going to be active ONLY in that thread?
Or this thread will also be active?
Also, have you got into this article of SVM:
https://www.mql5.com/en/articles/584
Hi Maxim,
Also, if you need the source code of any of the indicators like Fibonacci levels, TrendLines, Local High Low resistance levels etc which are discussed in the other thread, then please let me know and I will post all of them here.
I found a good way to transform predictors: Kolmogorov-Gabor polynomial
https://en.wikipedia.org/wiki/Group_method_of_data_handling
I found a good way to transform predictors: Kolmogorov-Gabor polynomial
https://en.wikipedia.org/wiki/Group_method_of_data_handling
Great!!!
So basically you are trying to implement a similar method like Synergy method of classification as explained by Vapnik in his video. Am I right?
In GMDH do we still need to use RDF?
As per the explanation what I understood is that GMDH itself acts as a neural network and functions very similar to RDF like taking sample of input data and giving output. Am I correct in understanding?
Also, I saw your optimization pictures in the other thread. So is the coding complete or are you still looking to add something to improve the algo?
I am sorry to ask you so many questions. I want to know exactly where you are now in terms of coding so that I can participate and contribute to make the project complete faster:))HI Maxim,
I think we should continue our discussion in this thread since there are people who are not happy with our continued posts in the other thread...
Or you can come to private chat in MQL5 so that it will be easy to share code with each other and discuss new ideas and complete the coding and testing much faster...please update me...
Does the alglib library from MT supply allow for RBF networks? - I looked through the inludes and didn't see it ((
http://www.alglib.net/interpolation/fastrbf.php
Does the alglib library from MT supply allow for RBF networks? - I looked through the inludes and didn't see it ((
http://www.alglib.net/interpolation/fastrbf.php
No, no. There is only that in the russian version of the site
even a random forest in the English version is better, update was
No, I don't. There's only what's in the russian version of the site.
even the random forest in the English version is better, there was an update.
I've seen this codehttps://www.mql5.com/ru/code/1267
I finished reading the book on NS, in the chapter about radial basis function networks it was written that exactly RBF-networks should be used for approximation, so I put it in the topic
And what is being fed into the X, Y arrays?