Machine Learning-Based Timeseries Analysis For Cryptocurrency Price Prediction A Systematic Review and Research IEEE
Machine Learning-Based Timeseries Analysis For Cryptocurrency Price Prediction A Systematic Review and Research IEEE
Abstract— A virtual currency known as cryptocurrencies able to determine the plan and proceed accordingly.
holds all business online. It's virtual money that wouldn't Timeseries models like ARIMA (Autoregressive
materialize like complicated conventional paper currency. Integrated Moving Average), Auto-Regressive (AR),
Thus, this study emphasizes a distinction between distributed
Moving Average (MA), Auto-Regressive Integrated
paper currency and cryptocurrencies, where these individuals
may access information without outside interference. Because Moving Average (ARMA), ARIMAX, and Seasonal Auto-
of its considerable market swings, such cryptocurrencies have Regressive Integrated Moving Average with eXogenous
an influence upon commerce as well as foreign diplomacy. factors (SARIMAX) methods can help in future prediction
Virtual currencies which are available in the market, such as based on the current flow of data and past information.
Bitcoin (BTC), Ethereum (ETH), Terra (LUNA), Solana This research aims to examine whether the price of
(SOL), Cardano (ADA), Tether (USDT), Binance coin (BNB), Bitcoin can be predicted like other stock market tickers.
USD coin, XRP coin, Avalanche coin (AVAX) and Lite coin This will depend on whether we can further use it as a
(LTC), etc. This study focussed on a detailed analysis of the
payment medium. There are various challenges to address
literature about Machine Learning (ML) methods used for
predictions. This proposed work also focused on when it comes to scientific research. Similarly, they do not
implementing an efficient Machine Learning (ML)-based time rate well as market drivers regarding market capitalization.
series model for predicting BTC cryptocurrency prices. Long Another top-ranked pre-mined currency has a third feature
Short-Term Memory (LSTM) forecasting theory was that Society open-sourced, non-mineable coins lack. Non-
established to accommodate the fluctuation of bitcoin prices mineable coin transactions are also supported via a
and achieve great precision. The effectiveness of the LSTM in controlled blockchain.
predicting the price of a cryptocurrency is demonstrated by
this suggested study's comparison between it and comparable II. RELATED WORKS
time-series models.
This literature review includes work on BTC [1] price
Keywords: Bitcoin, LSTM, Cryptocurrency, Machine prediction utilizing various methodologies, the necessity
learning, Price prediction. for, and the evaluation of Recurrent Neural Networks
(RNN) [2]. Machine learning and artificial intelligence
I. INTRODUCTION play a meaningful work irrespective of the domains [3],
Until the market date, the top-rated two [4]. Machine learning research on cryptocurrency
cryptocurrencies are bitcoin (BTC) and Ethereum (ETH). prediction is insufficient, particularly on deep learning
Traders trade these currencies and make a substantial models. Towards this relevant topic, more than 600 papers
profit, buying or selling that currency on the coin swap have indeed been released. [5]. Islam et al. discussed the
platform through network-based exchange channels that different types of cryptocurrencies and explained the
encrypt transactions. They have a wallet where they keep importance of blockchain technology for implementing
all their money and savings. In addition, cryptocurrency is secured cryptocurrency [6]. Artificial Neural Networks
similar to the stock market because it buys and sells shares. (ANN), Convolutional Neural Networks (CNN), RNN,
They will buy and sell currency in the same manner. and other neural network models of Machine learning
However, the price varies considerably based on the methodologies help in categorizing and predicting through
criteria we described earlier. Again for purpose of statistical approach [7]–[10]. Zhaofang Li et al. proposed
forecasting well-known cryptocurrencies like bitcoin and an idea based on Distributed Ledger Technology (DLT) in
Ethereum, several academics had explored with machine cryptocurrency for providing high security to transfer the
learning and deep learning techniques. Many digital digital currency and track the currency from its initial
currencies, such as Tron, Bitcoin, Stellar, and others, have position to its current position [11]. Though blockchain
a variety of banking uses. supports the cryptocurrency and its product, bitcoin, cyber
Trading firms want cryptocurrency price predictions criminals may induce data safety. Possible attacks could
since they must set an objective. As a result, it will float up happen online at an end. Ransomware is one such
and down. As a result of the price estimate, they will be inevitable threat to the data [12].
C. Model generation
The prepared dataset was inputted to the LSTM, MR, AR
and ARIMA models using 'sklearn' and 'pandas' packages
in Python. Figure 2 shows the implementation process of
the proposed work.
Relatively, for 75:25, LSTM achieved 68% for 75:25 and Figure 5 shows the day and month trends as well as the
70% for 90:10. Next to LSTM, the ARIMA model got an prediction of bitcoin cost. Figure 5.A shows the single-day
accuracy % of 64, AR model got an accuracy of 55% for prediction, whereas 5.B shows the five days prediction,
the 90:10 ratio. MR model got a 61% accuracy ratio of 5.C shows the one-month prediction, and 5.D shows the
80:20. Figure 3 shows the close value graph obtained for six-monthly prediction. It can be noted that the day-wise
this proposed LSTM method. predictions show negative or falling values while the one-
month prediction shows positive values. This variation in
values is due to the market's currency value fluctuation.
Similarly, Figure 6 shows the year-wise prediction. 6.A
and 6.B shows the one-year prediction. It can be seen
clearly that there is a fall of bitcoin values from 30L to 15L
during the period May 2022 to October 2022. 6.C and 6.D
shows the five years and above data. There is a shortfall in
2022 year-end due to the market trend can be noted in these
graphs. This figure 5 and 6 were generated for the LSTM
model. These values were validated with the existing
dataset, and it was found that the LSTM prediction model
could achieve 71% accuracy compared with the other
models.