Stock-Price-Predictor
Stock-Price-Predictor copied to clipboard
This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.
update readme.md
You claim to have achieved that value of MSE but rather using model.evaluate, calculate the RMSE using the formula and see it is 127.028, no where the real value. model.evaluate...
Could you please give the parameters that you used for the improved LSTM model? - unroll_length - model.compile(optimizer='?',loss='?') All the best and thanks again for your work.
The repo clearly has major flaws. Predicting returns rather than actual prices is crucial for proper time series forecasting. Otherwise simply using the last observed price as the prediction would...