Neural network in trading RNN lagging issue

Section 5 unit 5.

The RNN result in lagging on predicted value. I ve tried Gridsearch without improvement, may I know how to resolve the lagging issue? Thanks

Following message quoted from the tutorial notebook

Blockquote Conclusion

As you can see the model makes a prediction that looks lagging in nature. To make the algorithm more accurate we will have to optimize the various hyperparameters used in the model.

We will look at how to tune these hyperparameters using GridSearch in the next section.

Hi,

The content is covered in section 7, titled “Cross Validation in Keras” which covers tuning hyperparameters using GridSearch. Hope this helps.