pricepredictor

a neural network to predict the price of ethereum.

View on GitHub
Python1 stars

pricepredictor

LSTM to predict the price of ethereum.

Trained on data from coinmetrics.io

Tested to see each day whether it would predict the price increasing or decreasing, it is correct ~53.5% of the time.

run.bat runs the program with some default parameters.

Requirements: tensorflow keras numpy matplotlib pandas

Use "python neuralnetwork.py -h" for help

Created: September 14, 2019

Projects

Updated: October 17, 2020