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
marketeer:
Yedelkin: I.e. for a full-fledged neuro-advisor (self-learning) it is necessary to embed the "standard genetic optimisation algorithm" into the program code?
Then I don't get it. If the "in-house genetic optimisation algorithm" is inserted into the optimiser, how can a self-learning neuro-advisor use this "external" algorithm for self-learning purposes?
Then I don't get it. If the "in-house genetic optimisation algorithm" is inserted into the optimiser, how can a self-learning neural network use this "external" algorithm for self-learning purposes?
A neural network is simplistically a function of the form f[x1,x2,...,xn][w1,w2,...,wn], where x is the input information (it changes and depends on the market situation) and w are the weights of the network, fixed coefficients (in the context of this article input-parameters) which are selected by optimisation in the tester.
So, if it is necessary to train the network in online mode, it will not be possible to use the standard optimiser and it will be necessary to use some optimisation algorithm (it should be built into the Expert Advisor).
The direction of interaction is the opposite. By analogy with an ordinary Expert Advisor - there is an optimiser that pulls the input parameters of the "black box" of the Expert Advisor (any). If there is a neural network in the Expert Advisor, it does not cease to be a "black box". Only the optimised parameters are a bunch of grid weights.
yu-sha: http://lancet.mit.edu/ga/ - Massachusetts Institute of Technology
Yedelkin:
Thanks everyone! I understand the direction roughly.If so, then there is no self-training of neuro-advisors. And training is called ordinary fitting of parameters.
Reshetov:
А Вы наивно полагаете, что самообучение - это необычная подгонка?
Network learning = fitting
Self-learning = self-fitting