Skip to content

Predict whether to sell or buy the stocks based on past data trend from NIFTY 50 wiki page web-scraped data

Notifications You must be signed in to change notification settings

SubhamIO/Stock-Market-Prediction-using-LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Stock Market Prediction using Deep Learning(LSTM)

Dependencies:

  • numpy
  • beautifulsoup4
  • requests
  • pandas
  • tensorflow
  • keras
  • sklearn

Overview

Predicting NIFTY50 index movement for 7 days period. LSTM layers are used in keras to predict NIFTY50 index movement for 7 days period.

Project is divided into three parts:

STEP 1

  • Scraped Wiki's NIFTY50 page to get ticker symbols
  • Used Quandl API to fetch stock data for past 5 years

STEP 2

  • Label training data as 0(sell) and 1(buy)
  • Scale data using sklearn preprocessing libarary

STEP 3

  • Build LSTM model in keras.

Usage:

Run the ipynb file on colab or jupyter notebook.

Acknowledgements:

About

Predict whether to sell or buy the stocks based on past data trend from NIFTY 50 wiki page web-scraped data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published