Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 569 Bytes

File metadata and controls

8 lines (5 loc) · 569 Bytes

Recurrent neural network LSTM model for stock price prediction

Long and short-term memory model is part of recurrent neural network architecture. Widely used for handwriting and voice recognition , unlike different architectures it can identify simple patterns thus make it of good use to hypothesis the use of technical analysis on financial time series data

Above repository is developed using online available tutorials from:

Krish Naik: https://www.youtube.com/watch?v=zwqwlR48ztQ

Note: Using following code for any research or trading purpose is inadvisible.