Skip to content

DEEP LEARNING BASED STOCK PREDICTION THAT PROVIDES A ESTIMATED STOCK SPIKES.

Notifications You must be signed in to change notification settings

suva007/sequence-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Stock Market Prediction using Sequence Model

Portion-Watermarking

Requirements

If you are facing error while accessing YAHOO api , please do the following in your colab notebook :

!pip install --upgrade pandas-datareader

!pip install --upgrade pandas

and restart your run time , and it will solve that issue.

Intro

Schematically, a RNN layer uses a for loop to iterate over the timesteps of a sequence, while maintaining an internal state that encodes information about the timesteps it has seen so far.

Here is a simple example of a Sequential model that processes sequences of float data, embeds each float data into a (60,1)-dimensional vector, then processes the sequence of vectors using LSTM/GRU layers.

Input

  • image

Results

  • RMSE = 87.77460158447597

  • image

  • image

References

😉 Thanks

Releases

No releases published

Packages

No packages published