suryaR-15/lstm-stock-price-predictor
12159
This is a custom LSTM model trained on the Google stock price prediction dataset from Kaggle.
The following hyperparameters were used during training:
'inputdim': 1, 'hiddendim': 64, 'numlayers': 5, 'outputdim': 1, 'num_epochs': 500
Training loss curve:

Predicted vs. actual prices on the training dataset:

Predicted vs. actual prices on the test dataset:

