Macintoshxz / Stock-Predictor-RNN

Build an RNN in Keras used for predicting stock prices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Predictor RNN

In this project I build an RNN (recurrent-neural-network) in Keras used for predicting stock prices.

For this example, I will predict Apple's stock price 7 days in advance. The particular network architecture I will employ for my RNN is a Long Term Short Memory (LTSM), which helps significantly avoid technical problems with optimization of RNNs.

About

Build an RNN in Keras used for predicting stock prices.


Languages

Language:Jupyter Notebook 100.0%