Skip to content

The aim of this project is to analyse the stock market data and predict the stock closing price using Long Short Term Memory(LSTM ) deep learning algorithm and evaluate the accuracy of the model. Also, the trained data is used to predict the stock closing prices for the next 30 days in future.

License

Notifications You must be signed in to change notification settings

sarthakkmishraa/Stock_Market_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock_Market_Prediction

Dataset

The dataset consists of stock market prices of the company "Apple", the date and time variables and timestamps. The data has been collected through Tiingo API using pandas datareader library in Python. It consists of 14 attributes(columns) and 1257 rows in total.

Some of the important attributes in the dataset are as follows :

Date - specifies trading date

Open - opening price

High - maximum price during the day

Low - minimum price during the day

Close - close price adjusted for splits

Adj Close - adjusted close price adjusted for both dividends and splits.

Volume - the number of shares that changed hands during a given day

Aim of the Project

The aim of this data science and machine learning project is to visualise the stock market data, clean the irrelevant features, split the data into train and test dataset and then apply Long Short Term Memory(LSTM) algorithm which is a type of Recurrent Neural Network(RNN) to the train data. Finally we make a prediction on the test data and compute the accuracy using Mean Squared Error(MSE) as the evaluation metric. Finally, we also predict the stock price for future 30 days using previously trained data.

About

The aim of this project is to analyse the stock market data and predict the stock closing price using Long Short Term Memory(LSTM ) deep learning algorithm and evaluate the accuracy of the model. Also, the trained data is used to predict the stock closing prices for the next 30 days in future.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published