Discussion of article "Neural networks made easy (Part 22): Unsupervised learning of recurrent models"

 

New article Neural networks made easy (Part 22): Unsupervised learning of recurrent models has been published:

We continue to study unsupervised learning algorithms. This time I suggest that we discuss the features of autoencoders when applied to recurrent model training.

The model testing parameters were the same: EURUSD, H1, last 15 years. Default indicator settings. Input data about the last 10 candles into the encoder. The decoder is trained to decode the last 40 candles. Testing results are shown in the chart below. Data is input into the encoder after the formation of each new candle is completed.

RNN Autoencoer training results

As you can see in the chart, the test results confirm the viability of this approach for unsupervised pre-training of recurrent models. During test training of the model, after 20 learning epochs, the model error almost stabilized with a loss rate of less than 9%. Also, information about at least 30 previous iterations is stored in the latent state of the model.

Author: Dmitriy Gizlyk

 

Anyone to help me out with this error right here 

Files:
 
hello may you please help me with the error which says " invalid pointer access in 'NeuroNetPR.mqh' (2512,18)"

 
1432189 #:

Anyone to help me out with this error right here 

Hi, As I see this error on clang size, Not mql5.

 
Dmitriy Gizlyk #:

Hi, As I see this error on clang size, Not mql5.

i do not understand please elaborate 

thank you 

 
1432189 #:

i do not understand please elaborate 

thank you 

At first, try to reinstall OpenCL driver to your device.

 
Dmitriy Gizlyk #:

At first, try to reinstall OpenCL driver to your device.


hello i have tried that and it still didn't work ....the same error has been there from article 8 and i haven't found a way to solve it 

the error points on the CNET ::save function on the point of declaration of  bool result=layers.Save(handle); and points to the "layers" variable 

 
1432189 #:

hello i have tried that and it still didn't work ....the same error has been there from article 8 and i haven't found a way to solve it 

the error points on the CNET ::save function on the point of declaration of  bool result=layers.Save(handle); and points to the "layers" variable 

What you see in MetaTrader 5 Options


 
Dmitriy Gizlyk #:

What you see in MetaTrader 5 Options


this right here  am i correct

Files: