Skip to content

Long Short-Term Memory Recurrent Neural Network models to predict future Bitcoin closing prices using Crypto Fear-and-Greed Index and closing prices.

Notifications You must be signed in to change notification settings

StrawhatRA/LSTM_Stock_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

LSTM Stock Predictor

deep-learning.jpg

Due to the volatility of cryptocurrency speculation, investors will often try to incorporate sentiment from social media and news articles to help guide their trading strategies. One such indicator is the Crypto Fear and Greed Index (FNG) which attempts to use a variety of data sources to produce a daily FNG value for cryptocurrency. You have been asked to help build and evaluate deep learning models using both the FNG values and simple closing prices to determine if the FNG indicator provides a better signal for cryptocurrencies than the normal closing price data.

Use deep learning recurrent neural networks to model bitcoin closing prices. One model will use the FNG indicators to predict the closing price while the second model will use a window of closing prices to predict the nth closing price.

Summary

FNG

CPM


Resources

Keras Sequential Model Guide

Illustrated Guide to LSTMs

Stanford's RNN Cheatsheet

About

Long Short-Term Memory Recurrent Neural Network models to predict future Bitcoin closing prices using Crypto Fear-and-Greed Index and closing prices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published