Skip to content

In this project we predict the stock price of 'Fidelity National Financial Inc'. In this project we make use of LSTM models to make predictions.

Notifications You must be signed in to change notification settings

srikanth2102/Stock_Price_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

FIDELITY STOCK PRICE PREDICTION

OVERVIEW

  • In this project we predict the price of Fidelity National Financial Inc.
  • In this project we make use of LSTM recurrent neural network to make time series forecasting.

DATASET

  • I downloaded this data from yahoo_finance.
  • I downloaded the data since 2.08.2016.
  • You can access the data i used by downloading the file named Fidelity.csv.

ATTRIBUTES DESCRIPTION

Column Description
DATE Date of the which the below details was recorded
OPEN Value of the last stock that traded on a particular day
HIGH Highest price the stock traded for on a particular day
LOW Lowest price the stock traded for on a particular day
CLOSE Value of the last stock that traded on a particular day
ADJ_CLOSE Closing price of the stock on a particular day
VOLUME Amount of stock bought or sold on a particular day

TECHNIQUES USED

  • Moving Average
  • LSTM model

LSTM ARCHITECTURE

lstm

  • We make use of two LSTM layers followed by a Dense layer.

MOVING AVERAGE PERFORMANCE

moving average

  • From this we can see that the prediction using the moving average doesnt seem to work very well.

LSTM MODEL PERFORMANCE

lstm

  • From this we can see that our LSTM model makes accurate predictions on the stock price.
  • Green is the predicted price while Orange is the actual price.
  • The predicted and actual price are nearly the same.

About

In this project we predict the stock price of 'Fidelity National Financial Inc'. In this project we make use of LSTM models to make predictions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published