Time Series Analysis of Blockchain-Based Cryptocurrency Price Changes

02/19/2022
by   Jacques Fleischer, et al.
0

In this paper we apply neural networks and Artificial Intelligence (AI) to historical records of high-risk cryptocurrency coins to train a prediction model that guesses their price. This paper's code contains Jupyter notebooks, one of which outputs a timeseries graph of any cryptocurrency price once a CSV file of the historical data is inputted into the program. Another Jupyter notebook trains an LSTM, or a long short-term memory model, to predict a cryptocurrency's closing price. The LSTM is fed the close price, which is the price that the currency has at the end of the day, so it can learn from those values. The notebook creates two sets: a training set and a test set to assess the accuracy of the results. The data is then normalized using manual min-max scaling so that the model does not experience any bias; this also enhances the performance of the model. Then, the model is trained using three layers – an LSTM, dropout, and dense layer-minimizing the loss through 50 epochs of training; from this training, a recurrent neural network (RNN) is produced and fitted to the training set. Additionally, a graph of the loss over each epoch is produced, with the loss minimizing over time. Finally, the notebook plots a line graph of the actual currency price in red and the predicted price in blue. The process is then repeated for several more cryptocurrencies to compare prediction models. The parameters for the LSTM, such as number of epochs and batch size, are tweaked to try and minimize the root mean square error.

READ FULL TEXT
research
07/14/2021

Model-free prediction of emergence of extreme events in a parametrically driven nonlinear dynamical system by Deep Learning

We predict the emergence of extreme events in a parametrically driven no...
research
11/30/2021

Generative Adversarial Network (GAN) and Enhanced Root Mean Square Error (ERMSE): Deep Learning for Stock Price Movement Prediction

The prediction of stock price movement direction is significant in finan...
research
09/25/2017

House Price Prediction Using LSTM

In this paper, we use the house price data ranging from January 2004 to ...
research
12/27/2017

DeepIEP: a Peptide Sequence Model of Isoelectric Point (IEP/pI) using Recurrent Neural Networks (RNNs)

The isoelectric point (IEP or pI) is the pH where the net charge on the ...
research
10/11/2020

A Deep Learning Framework for Predicting Digital Asset Price Movement from Trade-by-trade Data

This paper presents a deep learning framework based on Long Short-term M...
research
08/05/2018

Stock Price Correlation Coefficient Prediction with ARIMA-LSTM Hybrid Model

Predicting the price correlation of two assets for future time periods i...
research
07/10/2022

Deep Transformer Model with Pre-Layer Normalization for COVID-19 Growth Prediction

Coronavirus disease or COVID-19 is an infectious disease caused by the S...

Please sign up or login with your details

Forgot password? Click here to reset