Simple Stock prediction using LSTM in Keras
Data can be downloaded from Yahoo Finance
Model can be used for predicting other stock as well as coin
- Using Close and Volume and input to LSTM
- The input window can be changed
- Single-Point-Prediction as well as Estimating Stock Prices more than 1 day ahead
- Using other indicators and predictors in conjuction with Close and Volume such as RSI, MovingAverages , etc