
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
Who is following the topic: a new article. You can't realise on iron what happens in solution, as long as there are no such approaches.
Neural networks are primarily designed for pattern recognition (automatic retrieval of previously seen situations), but not for the detection of any patterns.
And can someone to post the code of an elementary neural network, which could train something, because all words, at least let me see what this thing is, just elementary something .... thank you!
if on mql5 then here:
https://www.mql5.com/ru/code/1323
https://www.mql5.com/ru/code/1324
https://www.mql5.com/ru/code/1267
https://www.mql5.com/ru/code/596
at the last link, in the discussion, there is an example of teaching multiplication table to NS
SZZY: search through forum "neural networks" in articles section also much useful
if on mql5 then here:
https://www.mql5.com/ru/code/1323
https://www.mql5.com/ru/code/1324
https://www.mql5.com/ru/code/1267
https://www.mql5.com/ru/code/596
at the last link, in the discussion, there is an example of teaching multiplication table to NS
ZS: search the forum for "neural networks" in the articles section too
Well, if you have already had time to read and understand the code in https://www.mql5.com/ru/forum/5010, then for you all elementary.
ZS: Although I suspect that you immediately unsubscribed to my message without trying to figure it out (between posts about 6 minutes), I'm with the 2x2 training NS managed to figure out why they (NS) are needed
Well, if you have already had time to read and understand the code in https://www.mql5.com/ru/forum/5010, then for you all elementary.
ZS: Although I suspect that you immediately responded to my message without trying to figure it out (between posts about 6 minutes), I'm with the 2x2 training NS managed to figure out why they (NS) are needed
this https://www.mql5.com/ru/forum/5010#comment_329221 works correctly, experiment with the code - output all the information you are interested in, if you figure out "2x2" then it will be easier to understand why we need NS = a kind of universal matrix when we do not have the formula of the initial function, but we have a fairly large sample of input data
yes, the class_NetMLP.mqh library in the folder ....\MQL5\Include
in the meta editor, create a script and copy the code