Skip to content

Predicting Bitcoin prices for next 30days (nearly accurate) using LSTM

License

Notifications You must be signed in to change notification settings

WarlordSam07/Bitcoin-Price-Prediction-using-LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin-Price-Prediction-using-LSTM

Long Short-Term Memory (LSTM) networks are a modified version of recurrent neural networks, which makes it easier to remember past data in memory. The vanishing gradient problem of RNN is resolved here.

Why did I prefer LSTM in this project implementation?

LSTMs are a special type of recurrent neural networks (RNNs). As we already know, RNNs are a broad category of neural networks with feedback loops, and are capable of “remembering” and using information about previous inputs.

About

Predicting Bitcoin prices for next 30days (nearly accurate) using LSTM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published