Thank you for sharing your work, Dimitriy!
Is there a way to make the NN use all CPU cores when training?

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
New article Neural networks made easy (Part 4): Recurrent networks has been published:
We continue studying the world of neural networks. In this article, we will consider another type of neural networks, recurrent networks. This type is proposed for use with time series, which are represented in the MetaTrader 5 trading platform by price charts.
Of course, the use of 4 internal neural layers in each LSTM block and the complexity of the algorithm itself affected the performance, and thus the speed of such a neural network is somewhat lower than the previously considered convolutional network. However, the root mean square error of the recurrent network is much less.
In the process of recurrent neural network training, the target hitting accuracy graph has a pronounced, almost straight, upward trend.
Only rare pointers to predicted fractals are visible on the price chart. In the previous tests, the price chart was full of prediction labels.
Author: Dmitriy Gizlyk