I am training an LSTM network with Keras. The train-val split ratio is 0.4. Here is the figure for the loss. You can see the loss from training set and validation set are pretty close.
The r value for the train set is around 0.8, but 0.6 for the test set. Here are the scatter plots.
Any ideas on how to improve performance?
I have tried to stop at epoch 60, but it is still overfitting with similar train and validation loss.
Comments
Post a Comment