Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 382 Bytes

twitterStockPrediction

Used Keras to make a multi-layer LSTM model to predict stocks on a company by company basis. Used Pandas and Numpy and fed in over 50,000 datapoints which were collected using Twitter API's and Google's Cloud Natural Language.

What I leaned: Using Keras Twitter's API Google's API LSTM model and how it works Parsing data and creating your own dataset