Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 579 Bytes

File metadata and controls

9 lines (6 loc) · 579 Bytes

Stock price prediction using Python

RNN

What is stock price prediction?

It is the method of analyzing the past data of a specific stock in order to predict the future price for it.

In this repo, I used Python with RNN(LSTM) model to predict Tesla stock price, hoping that I can make Elon Musk happy along the way.

Please consider reading my tutorial if you want to follow along with this code.