CoolFace
Modelpublic

suryaR-15/lstm-stock-price-predictor

sourceHugging Faceupdated 3y agoView on Hugging Face
12likes159downloads
Model Card

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:

image/png

Predicted vs. actual prices on the training dataset:

image/png

Predicted vs. actual prices on the test dataset:

image/png