LSTM model for stock price prediction
TRAINING
- Use Bmodel.ipynb.
- This will create a model Bmodel.h5.
- Rename Bmodel.h5 as combmodel.h5.
- Use combmodel.ipynb to further train the model.
TESTING
- Open test2.ipynb.
- Add the symbol of company you want to test the model on from yahoo finance in tickers.
- Run the code.