Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 309 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 309 Bytes

LSTM-for-finance

Using a Keras Long Short-Term Memory (LSTM) Model to Predict Stock Prices. LSTMs are very powerful in sequence prediction problems because they're able to store past information. This is important in our case because the previous price of a stock is crucial in predicting its future price.