SlideShare a Scribd company logo
1 of 12
Download to read offline
Page
308
Asian Journal of Engineering, Social and Health
Volume 2, No. 12 December 2023
Volume 3, No. 2 February 2024 (308-319)
p-ISSN 2980-4868 | e-ISSN 2980-4841
https://ajesh.ph/index.php/gp
PREDICTION OF CRYPTOCURRENCY PRICES USING LSTM, SVM AND
POLYNOMIAL REGRESSION
Novan Fauzi Al Giffary, Feri Sulianta
Widyatama University, Indonesia
Email: novan.fauzi@widyatama.ac.id, feri.sulianta@widyatama.ac.id
ABSTRACT
The rapid development of information technology, especially the Internet, has facilitated users
with a quick and easy way to seek information. With these convenience offered by internet
services, many individuals who initially invested in gold and precious metals are now shifting
into digital investments in form of cryptocurrencies. However, investments in crypto coins are
filled with uncertainties and fluctuation in daily basis. This risk posed as significant challenges
for coin investors that could result in substantial investment losses. The uncertainty of the
value of these crypto coins is a critical issue in the field of coin investment. Forecasting, is one
of the methods used to predict the future value of these crypto coins. By utilizing the models of
Long Short Term Memory, Support Vector Machine, and Polynomial Regression algorithm for
forecasting, a performance comparison is conducted to determine which algorithm model is
most suitable for predicting crypto currency prices. The mean square error is employed as a
benchmark for the comparison. By applying those three constructed algorithm models, the
Support Vector Machine uses a linear kernel to produce the smallest mean square error
compared to the Long Short Term Memory and Polynomial Regression algorithm models, with a
mean square error value of 0.02.
Keywords: Cryptocurrency, Forecasting, Long Short Term Memory, Mean Square Error,
Polynomial Regression, Support Vector Machine
INTRODUCTION
The rapid advancement of information technology, particularly the internet, has
exponentially accelerated on a daily basis, providing users with expedited access to information
(Gill et al., 2024; Mathkor et al., 2024). Leveraging the convenience offered by internet services,
many individuals who previously invested their funds in physical assets such as gold and
precious metals are transitioning towards digital investments, exemplified by cryptocurrencies.
Novan Fauzi Al Giffary, Feri Sulianta
Page
309
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
However, investments in crypto currency are subject to daily fluctuations, posing substantial
challenges and potential financial losses for coin investors. The uncertainty surrounding the
fluctuations in the prices of cryptocurrencies represents a critical concern within the coin
investment landscape, necessitating the development of predictive models for crypto currency
prices. In order to address this need, various methodologies such as Long-Short-Term Memory
(LSTM), Support Vector Machine, and Polynomial Regression are employed for prediction
purposes (Jana et al., 2023; Kalu et al., 2023; Yao et al., 2017). Long-Short-Term Memory
(LSTM), commonly known as LSTM, is a type of Artificial Neural Network (ANN) utilized in deep
learning and artificial intelligence domains (Sabry, 2023). Recognized for its ability to retain
information over extended periods, LSTM is particularly suitable for time series data. Support
Vector Machine (SVM) is widely acknowledged for its application in automated classification,
lending itself to predictive. Polynomial Regression, on the other hand, represents an extension
of Linear Regression, offering predictive capabilities tailored to address non-linear data patterns
(Mordensky et al., 2023; Murugan et al., 2023; Wangwongchai et al., 2023).
a prior study by Wei Cao, historical Tesla stock data was used to compare the Long Short
Term Memory (LSTM) method with linear regression (Cao, 2021). The research utilized batch
variables and Tesla stock historical data from June 2010 until February 2020 to assess the
suitability of each method in predicting Tesla stock prices (Radojičić & Kredatus, 2020; Zhao et
al., 2023). Mean Square Error (MSE) served as the benchmark, revealing that the LSTM method
exhibited lower MSE compared to linear regression. On the other hand, Dong Liu, Ang Chen,
and Juanjuan Wu (Cao, 2021) employed Recurrent Neural Network (RNN) and LSTM to predict
stock prices using GREE data from the Yahoo Finance database. The study covered 728 days of
stock data from Yahoo Finance, evaluating the two methods with MSE and MAE. Results
indicated that the LSTM model produced a smaller MSE compared to the RNN model (Aseeri,
2023; Gülmez, 2023).
Felix Zhan (Zhan, 2021) used Polynomial Regression to predict the number of COVID-19
cases in the United States, using datasheets from the COVID Tracking Project and the United
States Census Bureau. The DyCPR algorithm was employed to predict H+1 active COVID-19
cases. Results after training and testing showed that DyCPR was more accurate in predicting
stable time series. Zixuan Liu, Ziyuan Dang, and Jie Yu (Liu et al., 2020) employed the Support
Vector Machine (SVM) algorithm to predict stock prices using historical data from the Yahoo
Finance database. Evaluating model accuracy with various algorithms such as RBFSVM, PCA-
SVM, GA-SVM, and DFS-BPSO, training results revealed that the RBF-SVM algorithm
outperformed others in accuracy. Based on these studies, this research aims to analyze crypto
currency price predictions using the Long Short Term Memory, Support Vector Machine, and
Polynomial Regression methods. Additionally, the study aims to compare the performance of
these three methods using Mean Square Error as a benchmark variable.
Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression
Page
310
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
RESEARCH METHODS
This research was conducted in several stages, including data collection, data pre-
processing, data allocation, algorithm model design, data training, data testing, and result
evaluation by comparing three algorithms using the mean square error variable. The
programming language utilized in this research was Python. The procedural flow of these
research stages can be observed in Figure 1.
Figure. 1 The stages of the research
In this research, the proposed Algorithm method involves the utilization of three
algorithm models: Long Short Term Memory (LSTM), Support Vector Machine (SVM), and
Polynomial Regression. These Algorithm models serve as experimental components, with the
mean square error variable employed as the determinant. Long Short Term Memory is
acknowledged for its proficient predictive modelling capabilities and is derived from Recurrent
Neural Network, a method designed for processing sequence data (Rizkilloh & Widiyanesti,
2022). Some researchers have employed Support Vector Machine for predicting student
graduation times (Haryatmi & Hervianti, 2021). Polynomial Regression, on the other hand, is
effective in handling non-linear data patterns (Di Lallo et al., 2023; Helin et al., 2023; Reza et al.,
2023).
In detail, the experimental process divided into several stages. It commences with data
collection, wherein the research data comprises Bitcoin price data from 2020 to 2024 obtained
from the Yahoo Finance website. Subsequently, the dataset undergoes normalization to
eliminate null values, minimizing errors during algorithm model testing. After normalization,
the data allocated into two categories: training data and testing data, with an 80:20 ratio for
training and testing, respectively. This ratio signifies that 80% of the data will be used for
training, while 20% will be utilized for testing the data.
Novan Fauzi Al Giffary, Feri Sulianta
Page
311
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
Table 1. Data Sample
After the data is allocated, model testing is conducted, divided into three Algorithm
models. The Long Short Term Memory algorithm model, in particular, incorporates multiple
hidden layers. These layers function during the flow of information, where each pertinent piece
of information is retained, and irrelevant information is discarded in each cell, this algorithm
has the architecture shown in Figure 2 (Hasiholan et al., 2022).
Figure. 2 Long Short Term Memory algorithm
In the Long Short Term Memory algorithm has the equation:
Input gate:
i_(t )=σ(x_t .W_ix+ h_(t-1) . W_ih+ b_i) (1)
Forget gate:
f_(t )=σ(x_t .W_fx+ h_(t-1) . W_fh+ b_f) (2)
Date Open High Low Close
Adj
Close Volume
10/01/
2020
7878.
3076
8166.
5541
7726.
7749
8166.
5541
8166.
5541
2871458
3844
11/01/
2020
8162.
1909
8218.
3593
8029.
6420
8037.
5375
8037.
5375
2552116
5085
12/01/
2020
8033.
2617
8200.
0634
8009.
0590
8192.
4941
8192.
4941
2290343
8381
13/01/
2020
8189.
7719
8197.
7880
8079.
7006
8144.
1943
8144.
1943
2248291
0688
14/01/
2020
8140.
9331
8879.
5117
8140.
9331
8827.
7646
8827.
7646
4484178
4107
15/01/
2020
8825.
3437
8890.
1171
8657.
1875
8807.
0107
8807.
0107
4010283
4650
Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression
Page
312
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
Candidate Cell State:
C ̃_(t )=tanh(x_t .W_cx+ h_(t-1) . W_ch+ b_c) (3)
Output Gate:
o_(t )=σ(x_t .W_ox+ h_(t-1) . W_oh+ b_o) (4)
Cell State:
C_(t )=f_t ° C_(t-1)+i_t ° C ̃_t (5)
Hidden State:
h_(t )=o_t ° tanh⁡(C_t) (6)
In the Long Short Term Memory algorithm model, the Adam optimizer algorithm is
employed for network optimization and accuracy enhancemen (Tan et al., 2018). For the
training data, the training process is iterated multiple times with varying Epoch numbers
specifically, 10, 30, 50, 80, and 100, to achieve the best accuracy results.
On the other hand, in the Support Vector Machine algorithm model, the linear Support
Vector Machine can be extended to address non-linear problems. The linear Support Vector
Machine can transform into a non-linear Support Vector Machine utilizing kernel methods
(Damasela et al., 2022). SVM was utilize to find the best hyperplane by maximizing the distance
between classes. The hyperplane is a function used for class separation, referred to as a line in
2-D classification, a plane in 3-D classification, and a hyperplane in higher-dimensional class
space.
Figure. 3 Optimal hyperplane that separates two classes
The Support Vector Machine algorithm model uses Radial Base Function (RBF), Sigmoid,
and Linear kernel types with the regularization parameter C set to 1e0, 1e1, 1e2, or 1e3, and
the gamma kernel coefficient is set to 0.001, 0.01, 0.1 or 1. The GridSearchCV tuning method
Novan Fauzi Al Giffary, Feri Sulianta
Page
313
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
also utilized, where the model is constructed by evaluating combinations of parameters. This
process aim is to assess the combined results of the C parameter and gamma coefficient used in
this model. As for the Polynomial Regression algorithm model, it is an extension of Linear
Regression designed to handle non-linear data patterns, making it suitable for predictive
purposes. In Polynomial Regression, the degree parameter is employed. Regression degree or
parameter degree was employed as an analytic solution for the optimization problems (Antille
& Allen, 2022). On this model, the degree parameter sets to 2, 4, 6, 9, and 11. The pre-
processed dataset then trained in the constructed Algorithm models, and data testing is
performed. The output of the data testing is compared with the output from the training data,
generating the mean square error value The general form of Polynomial Regression expressed
(Mustafidah & Rohman, 2023) as:
y=a^0+a_1 x+a_2 x^2+a_3 x^3+⋯+a_n x^n (7)
For the error equation, the formulation according to (Mustafidah & Rohman, 2023) is:
D^2=∑_(i=1)^n〖(y_i-a_0-a_1 x-a_1 x^2-…-a_n x^n)〗 (8)
The mean square error serves as the benchmark variable in this study, where a lower
mean square error indicates a better predictive result.
RESULTS AND DISCUSSION
During the duration of this research, the analysis was carried out using a prepared dataset
from 2020 to 2024 containing information on the price of the Bitcoin currency. The key variable
used for predictive modeling is the detailed closing price data, as well as using the Mean Square
Error value as a comparison of which algorithm models are more suitable for predicting Bitcoin
prices.
Table 2. Test results from the Long Short Term Memory algorithm model.
Epoch MSE
10 398.74313739554805
30 97.91950725856172
50 299.68280456164393
80 132.83835875171226
100 105.23378629880129
From the test result of Long Short Term Memory algorithm model, in table 1 it is clear
that the epoch count yielding the lowest mean square error is observed at 30 epochs when
compared to the others. Meanwhile the highest mean square error value was at 10 epochs, at
every increase in the epochs the mean square error value does not always become lower.
Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression
Page
314
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
Table 3. Test results from the Support Vector Machine algorithm model
Kernel Gamma C MSE
Radial Base
Function
0.001
1e0 243055088.87
1e1 240811202.02
1e2 218948815.13
1e3 58870606.87
0.01
1e0 241178058.07
1e1 222470791.54
1e2 78175331.12
1e3 1830619.78
0.1
1e0 236345016.21
1e1 179439518.42
1e2 25529293.18
1e3 2185936.11
1
1e0 240347675.94
1e1 215899006.69
1e2 88797294.67
1e3 9483829.60
Sigmoid
0.001
1e0 243177530.52
1e1 242031314.54
1e2 230719546.13
1e3 132840755.73
0.01
1e0 242034936.92
1e1 230754799.37
1e2 133094705.92
1e3 351921.13
0.1 1e0 232728594.72
Novan Fauzi Al Giffary, Feri Sulianta
Page
315
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
1e1 148402089.73
1e2 13173250.76
1e3 325838418.42
1
1e0 218892924.21
1e1 108781933.83
1e2 240862304.99
1e3 13703086399.99
Linear
0.001
1e0 132838133.04
1e1 348911.58
1e2 156426.94
1e3 0.02
0.01
1e0 132838133.04
1e1 348911.58
1e2 156426.94
1e3 0.02
0.1
1e0 132838133.04
1e1 348911.58
1e2 156426.94
1e3 0.02
1
1e0 132838133.04
1e1 348911.58
1e2 156426.94
1e3 0.02
Meanwhile, the testing of the support vector machine algorithm model involves a five -
fold cross validation for testing in this test. Results of the test in table 3, the kernel that yielded
the smallest mean square error was linear kernel with gamma 0.001, 0.01, 0.1 and 1 and
parameter c 1e3, while the kernel resulting in the largest mean square error was the sigmoid
kernel with gamma 1 and parameter c 1e3.
Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression
Page
316
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
Table 4. Test results from the Polynomial Regression Algorithm model
Degree MSE
2 161060413.70
4 72475644.19
6 51702001.51
9 172168041.06
11 218284846.10
During the testing of the Polynomial Regression Algorithm model, with the parameter
"include bias" set to false, it is observed that the degree value producing the lowest mean
square error is degree 6. Meanwhile the highest mean square error is degree 11, In each
addition of degree the mean square error value produced is always different and does not
always become lower.
The comprehensive results of the experiments have been obtained, providing a clearer
understanding of each Algorithm model employed. Additionally, the comparison allows us to
identify which Algorithm model is more suitable for predicting Bitcoin prices.
Table 5. comparative analysis of each algorithm model.
algorithm model MSE
Long Short Term Memory 97.91950725856172
Support Vector Machine 0.02
Polynomial Regression 51702001.51
From Table 5, it is clear that each algorithm produces distinct mean square error values,
even when utilizing the same dataset. For instance, the Long Short Term Memory algorithm
model yields the lowest mean square error with a value of 97.91950725856172, while the
Support Vector Machine algorithm model records the lowest mean square error at 0.02.
Similarly, Polynomial Regression yields the lowest mean square error with a value of
51702001.51. However, it is crucial to note that crypto currency prices are not solely confined
to historical data, and various factors can influence the pricing dynamics of cryptocurrencies.
Novan Fauzi Al Giffary, Feri Sulianta
Page
317
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
CONCLUSION
Among all three Algorithm models tested, the Support Vector Machine algorithm model
shows the lowest mean square error value at 0.02. Meanwhile, the Polynomial Regression
algorithm model produced the highest mean square error amount at 51702001.51. Therefore,
it is concluded that the Support Vector Machine algorithm model yields the lowest mean
square error when compared to the Long Short Term Memory and Polynomial Regression
algorithm models for crypto currency price prediction in this study. For future research
endeavours, it is advised to include additional variables that may impact prediction outcomes,
such as sentiment analysis from individuals. That could be considered as the cause of
fluctuations in crypto currency prices.
BIBLIOGRAPHY
Antille, G., & Allen, A. W. (2022). D-optimal Design for Polynomial Regression: Choice of Degree
and Robustness. Litres.
Aseeri, A. O. (2023). Effective RNN-Based Forecasting Methodology Design for Improving Short-
Term Power Load Forecasts: Application to Large-Scale Power-Grid Time Series. Journal of
Computational Science, 68, 101984.
Cao, W. (2021). Research on Financial Data Prediction Algorithm Based on Deep Learning. 2021
Asia-Pacific Conference on Communications Technology and Computer Science (ACCTCS),
89–91.
Damasela, R., Tomasouw, B. P., & Leleury, Z. A. (2022). Penerapan Metode Support Vector
Machine (SVM) Untuk Mendeteksi Penyalahgunaan Narkoba. PARAMETER: Jurnal
Matematika, Statistika Dan Terapannya, 1(2), 111–122.
Di Lallo, Y., Rapone, D., Masciotta, M. G., & Brando, G. (2023). Non-Linear Analysis of URM
Structures through a Multi-Unit Discretization Approach. Procedia Structural Integrity, 44,
488–495.
Gill, S. S., Wu, H., Patros, P., Ottaviani, C., Arora, P., Pujol, V. C., Haunschild, D., Parlikad, A. K.,
Cetinkaya, O., & Lutfiyya, H. (2024). Modern computing: Vision and challenges. Telematics
and Informatics Reports, 100116.
Gülmez, B. (2023). Stock price prediction with optimized deep LSTM network with artificial
rabbits optimization algorithm. Expert Systems with Applications, 227, 120346.
Haryatmi, E., & Hervianti, S. P. (2021). Penerapan Algoritma Support Vector Machine Untuk
Model Prediksi Kelulusan Mahasiswa Tepat Waktu. Jurnal RESTI (Rekayasa Sistem Dan
Teknologi Informasi), 5(2), 386–392.
Hasiholan, A., Cholissodin, I., & Yudistira, N. (2022). Analisis Sentimen Tweet Covid-19 Varian
Omicron pada Platform Media Sosial Twitter menggunakan Metode LSTM berbasis Multi
Fungsi Aktivasi dan GLOVE. Jurnal Pengembangan Teknologi Informasi Dan Ilmu Komputer,
6(10), 4653–4661.
Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression
Page
318
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
Helin, R., Indahl, U., Tomic, O., & Liland, K. H. (2023). Non-linear shrinking of linear model
errors. Analytica Chimica Acta, 1258, 341147.
Jana, D. K., Bhunia, P., Adhikary, S. Das, & Mishra, A. (2023). Analyzing of salient features and
classification of wine type based on quality through various neural network and support
vector machine classifiers. Results in Control and Optimization, 11, 100219.
Kalu, I., Ndehedehe, C. E., Okwuashi, O., Eyoh, A. E., & Ferreira, V. G. (2023). Reconstructing
terrestrial water storage anomalies using convolution-based support vector machine.
Journal of Hydrology: Regional Studies, 46, 101326.
Liu, Z., Dang, Z., & Yu, J. (2020). Stock price prediction model based on RBF-SVM algorithm.
2020 International Conference on Computer Engineering and Intelligent Control (ICCEIC),
124–127.
Mathkor, D. M., Mathkor, N., Bassfar, Z., Bantun, F., Slama, P., Ahmad, F., & Haque, S. (2024).
Multirole of the Internet of Medical Things (IoMT) in Biomedical Systems for Managing
Smart Healthcare Systems: An Overview of Current and Future Innovative Trends. Journal
of Infection and Public Health.
Mordensky, S. P., Lipor, J. J., DeAngelo, J., Burns, E. R., & Lindsey, C. R. (2023). When less is
more: How increasing the complexity of machine learning strategies for geothermal energy
assessments may not lead toward better estimates. Geothermics, 110, 102662.
Murugan, D. K., Said, Z., Panchal, H., Gupta, N. K., Subramani, S., Kumar, A., & Sadasivuni, K. K.
(2023). Machine learning approaches for real-time forecasting of solar still distillate
output. Environmental Challenges, 13, 100779.
Mustafidah, H., & Rohman, S. N. (2023). Mean Square Error pada Metode Random dan Nguyen
Widrow dalam Jaringan Syaraf Tiruan. Sainteks, 20(2), 133–142.
Radojičić, D., & Kredatus, S. (2020). The impact of stock market price fourier transform analysis
on the gated recurrent unit classifier model. Expert Systems with Applications, 159,
113565.
Reza, M. S., Hafsha, U., Amin, R., Yasmin, R., & Ruhi, S. (2023). Improving SVM performance for
type II diabetes prediction with an improved non-linear kernel: Insights from the PIMA
dataset. Computer Methods and Programs in Biomedicine Update, 4, 100118.
Rizkilloh, M. F., & Widiyanesti, S. (2022). Prediksi Harga Cryptocurrency Menggunakan
Algoritma Long Short Term Memory (LSTM). Jurnal RESTI (Rekayasa Sistem Dan Teknologi
Informasi), 6(1), 25–31.
Sabry, F. (2023). Data Mining: Fundamentals and Applications (Vol. 221). One Billion
Knowledgeable.
Tan, Y., Shi, Y., & Tang, Q. (2018). Data mining and big data. Springer.
Wangwongchai, A., Waqas, M., Dechpichai, P., Hlaing, P. T., Ahmad, S., & Humphries, U. W.
(2023). Imputation of missing daily rainfall data; A comparison between artificial
intelligence and statistical techniques. MethodsX, 11, 102459.
Novan Fauzi Al Giffary, Feri Sulianta
Page
319
Asian Journal of Engineering, Social and Health
Volume 3, No. 2 February 2024
Yao, Q.-P., Xie, Z.-W., Wang, K.-X., Zhang, P., Han, Y., Qi, Y.-X., & Jiang, Z.-L. (2017). Profiles of
long noncoding RNAs in hypertensive rats: long noncoding RNA XR007793 regulates cyclic
strain-induced proliferation and migration of vascular smooth muscle cells. Journal of
Hypertension, 35(6), 1195–1203.
Zhan, F. (2021). COVID-19 Case Number Prediction Utilizing Dynamic Clustering With
Polynomial Regression. 2021 IEEE 11th Annual Computing and Communication Workshop
and Conference (CCWC), 1210–1214.
Zhao, C., Wu, M., Liu, J., Duan, Z., Shen, L., Shangguan, X., Liu, D., & Wang, Y. (2023). Progress
and Prospects of Data-Driven Stock Price Forecasting Research. International Journal of
Cognitive Computing in Engineering.
Copyright holder:
Novan Fauzi Al Giffary, Feri Sulianta(2023)
First publication right:
Asian Journal of Engineering, Social and Health (AJESH)
This article is licensed under:

More Related Content

Similar to Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression.pdf

A Comparative Study on Credit Card Fraud Detection
A Comparative Study on Credit Card Fraud DetectionA Comparative Study on Credit Card Fraud Detection
A Comparative Study on Credit Card Fraud DetectionIRJET Journal
 
Implementing lee's model to apply fuzzy time series in forecasting bitcoin price
Implementing lee's model to apply fuzzy time series in forecasting bitcoin priceImplementing lee's model to apply fuzzy time series in forecasting bitcoin price
Implementing lee's model to apply fuzzy time series in forecasting bitcoin priceCSITiaesprime
 
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCYDIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCYIRJET Journal
 
SCCAI- A Student Career Counselling Artificial Intelligence
SCCAI- A Student Career Counselling Artificial IntelligenceSCCAI- A Student Career Counselling Artificial Intelligence
SCCAI- A Student Career Counselling Artificial Intelligencevivatechijri
 
Bäßler2022_Article_UnsupervisedAnomalyDetectionIn.pdf
Bäßler2022_Article_UnsupervisedAnomalyDetectionIn.pdfBäßler2022_Article_UnsupervisedAnomalyDetectionIn.pdf
Bäßler2022_Article_UnsupervisedAnomalyDetectionIn.pdfTadiyosHailemichael
 
Human Activity Recognition System
Human Activity Recognition SystemHuman Activity Recognition System
Human Activity Recognition SystemIRJET Journal
 
Ijatcse71852019
Ijatcse71852019Ijatcse71852019
Ijatcse71852019loki536577
 
IRJET- Credit Card Fraud Detection using Isolation Forest
IRJET- Credit Card Fraud Detection using Isolation ForestIRJET- Credit Card Fraud Detection using Isolation Forest
IRJET- Credit Card Fraud Detection using Isolation ForestIRJET Journal
 
4Data Mining Approach of Accident Occurrences Identification with Effective M...
4Data Mining Approach of Accident Occurrences Identification with Effective M...4Data Mining Approach of Accident Occurrences Identification with Effective M...
4Data Mining Approach of Accident Occurrences Identification with Effective M...IJECEIAES
 
A FALL DETECTION SMART WATCH USING IOT AND DEEP LEARNING
A FALL DETECTION SMART WATCH USING IOT AND DEEP LEARNINGA FALL DETECTION SMART WATCH USING IOT AND DEEP LEARNING
A FALL DETECTION SMART WATCH USING IOT AND DEEP LEARNINGIRJET Journal
 
A Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningA Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningIRJET Journal
 
A survey of big data and machine learning
A survey of big data and machine learning A survey of big data and machine learning
A survey of big data and machine learning IJECEIAES
 
Different Classification Technique for Data mining in Insurance Industry usin...
Different Classification Technique for Data mining in Insurance Industry usin...Different Classification Technique for Data mining in Insurance Industry usin...
Different Classification Technique for Data mining in Insurance Industry usin...IOSRjournaljce
 
SENTIMENT-DRIVEN CRYPTOCURRENCY PRICE PREDICTION: A MACHINE LEARNING APPROACH...
SENTIMENT-DRIVEN CRYPTOCURRENCY PRICE PREDICTION: A MACHINE LEARNING APPROACH...SENTIMENT-DRIVEN CRYPTOCURRENCY PRICE PREDICTION: A MACHINE LEARNING APPROACH...
SENTIMENT-DRIVEN CRYPTOCURRENCY PRICE PREDICTION: A MACHINE LEARNING APPROACH...mlaij
 
Sentiment-Driven Cryptocurrency Price Prediction: A Machine Learning Approach...
Sentiment-Driven Cryptocurrency Price Prediction: A Machine Learning Approach...Sentiment-Driven Cryptocurrency Price Prediction: A Machine Learning Approach...
Sentiment-Driven Cryptocurrency Price Prediction: A Machine Learning Approach...mlaij
 
A data quarantine model to secure data in edge computing
A data quarantine model to secure data in edge computingA data quarantine model to secure data in edge computing
A data quarantine model to secure data in edge computingIJECEIAES
 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryIRJET Journal
 
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCEBITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCEIRJET Journal
 
A Survey on Privacy-Preserving Data Aggregation Without Secure Channel
A Survey on Privacy-Preserving Data Aggregation Without Secure ChannelA Survey on Privacy-Preserving Data Aggregation Without Secure Channel
A Survey on Privacy-Preserving Data Aggregation Without Secure ChannelIRJET Journal
 
Machine Learning-Based Approaches for Fraud Detection in Credit Card Transact...
Machine Learning-Based Approaches for Fraud Detection in Credit Card Transact...Machine Learning-Based Approaches for Fraud Detection in Credit Card Transact...
Machine Learning-Based Approaches for Fraud Detection in Credit Card Transact...IRJET Journal
 

Similar to Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression.pdf (20)

A Comparative Study on Credit Card Fraud Detection
A Comparative Study on Credit Card Fraud DetectionA Comparative Study on Credit Card Fraud Detection
A Comparative Study on Credit Card Fraud Detection
 
Implementing lee's model to apply fuzzy time series in forecasting bitcoin price
Implementing lee's model to apply fuzzy time series in forecasting bitcoin priceImplementing lee's model to apply fuzzy time series in forecasting bitcoin price
Implementing lee's model to apply fuzzy time series in forecasting bitcoin price
 
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCYDIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
DIGITAL INVESTMENT PREDICTION IN CRYPTOCURRENCY
 
SCCAI- A Student Career Counselling Artificial Intelligence
SCCAI- A Student Career Counselling Artificial IntelligenceSCCAI- A Student Career Counselling Artificial Intelligence
SCCAI- A Student Career Counselling Artificial Intelligence
 
Bäßler2022_Article_UnsupervisedAnomalyDetectionIn.pdf
Bäßler2022_Article_UnsupervisedAnomalyDetectionIn.pdfBäßler2022_Article_UnsupervisedAnomalyDetectionIn.pdf
Bäßler2022_Article_UnsupervisedAnomalyDetectionIn.pdf
 
Human Activity Recognition System
Human Activity Recognition SystemHuman Activity Recognition System
Human Activity Recognition System
 
Ijatcse71852019
Ijatcse71852019Ijatcse71852019
Ijatcse71852019
 
IRJET- Credit Card Fraud Detection using Isolation Forest
IRJET- Credit Card Fraud Detection using Isolation ForestIRJET- Credit Card Fraud Detection using Isolation Forest
IRJET- Credit Card Fraud Detection using Isolation Forest
 
4Data Mining Approach of Accident Occurrences Identification with Effective M...
4Data Mining Approach of Accident Occurrences Identification with Effective M...4Data Mining Approach of Accident Occurrences Identification with Effective M...
4Data Mining Approach of Accident Occurrences Identification with Effective M...
 
A FALL DETECTION SMART WATCH USING IOT AND DEEP LEARNING
A FALL DETECTION SMART WATCH USING IOT AND DEEP LEARNINGA FALL DETECTION SMART WATCH USING IOT AND DEEP LEARNING
A FALL DETECTION SMART WATCH USING IOT AND DEEP LEARNING
 
A Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningA Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine Learning
 
A survey of big data and machine learning
A survey of big data and machine learning A survey of big data and machine learning
A survey of big data and machine learning
 
Different Classification Technique for Data mining in Insurance Industry usin...
Different Classification Technique for Data mining in Insurance Industry usin...Different Classification Technique for Data mining in Insurance Industry usin...
Different Classification Technique for Data mining in Insurance Industry usin...
 
SENTIMENT-DRIVEN CRYPTOCURRENCY PRICE PREDICTION: A MACHINE LEARNING APPROACH...
SENTIMENT-DRIVEN CRYPTOCURRENCY PRICE PREDICTION: A MACHINE LEARNING APPROACH...SENTIMENT-DRIVEN CRYPTOCURRENCY PRICE PREDICTION: A MACHINE LEARNING APPROACH...
SENTIMENT-DRIVEN CRYPTOCURRENCY PRICE PREDICTION: A MACHINE LEARNING APPROACH...
 
Sentiment-Driven Cryptocurrency Price Prediction: A Machine Learning Approach...
Sentiment-Driven Cryptocurrency Price Prediction: A Machine Learning Approach...Sentiment-Driven Cryptocurrency Price Prediction: A Machine Learning Approach...
Sentiment-Driven Cryptocurrency Price Prediction: A Machine Learning Approach...
 
A data quarantine model to secure data in edge computing
A data quarantine model to secure data in edge computingA data quarantine model to secure data in edge computing
A data quarantine model to secure data in edge computing
 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term Memory
 
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCEBITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
 
A Survey on Privacy-Preserving Data Aggregation Without Secure Channel
A Survey on Privacy-Preserving Data Aggregation Without Secure ChannelA Survey on Privacy-Preserving Data Aggregation Without Secure Channel
A Survey on Privacy-Preserving Data Aggregation Without Secure Channel
 
Machine Learning-Based Approaches for Fraud Detection in Credit Card Transact...
Machine Learning-Based Approaches for Fraud Detection in Credit Card Transact...Machine Learning-Based Approaches for Fraud Detection in Credit Card Transact...
Machine Learning-Based Approaches for Fraud Detection in Credit Card Transact...
 

More from ferisulianta.com

Sepuluh Tema yag menjadi standar kurikulum untuk program studi sosial versi ...
Sepuluh Tema yag menjadi standar kurikulum  untuk program studi sosial versi ...Sepuluh Tema yag menjadi standar kurikulum  untuk program studi sosial versi ...
Sepuluh Tema yag menjadi standar kurikulum untuk program studi sosial versi ...ferisulianta.com
 
Kelola Kubikal Data Transaksional Sistem Informasi.pdf
Kelola Kubikal Data Transaksional Sistem Informasi.pdfKelola Kubikal Data Transaksional Sistem Informasi.pdf
Kelola Kubikal Data Transaksional Sistem Informasi.pdfferisulianta.com
 
Membangun Aturan Asosiasi menggunakan Algoritma Apriori untuk Rekomendasi Fil...
Membangun Aturan Asosiasi menggunakan Algoritma Apriori untuk Rekomendasi Fil...Membangun Aturan Asosiasi menggunakan Algoritma Apriori untuk Rekomendasi Fil...
Membangun Aturan Asosiasi menggunakan Algoritma Apriori untuk Rekomendasi Fil...ferisulianta.com
 
Algoritma Apriori untuk Menghasilkan Aturan Asosiasi Saat Berkendara.pdf
Algoritma Apriori untuk Menghasilkan Aturan Asosiasi Saat Berkendara.pdfAlgoritma Apriori untuk Menghasilkan Aturan Asosiasi Saat Berkendara.pdf
Algoritma Apriori untuk Menghasilkan Aturan Asosiasi Saat Berkendara.pdfferisulianta.com
 
Clustering Biaya Kesehatan Menggunakan Algoritma K-Means
Clustering Biaya Kesehatan Menggunakan Algoritma K-MeansClustering Biaya Kesehatan Menggunakan Algoritma K-Means
Clustering Biaya Kesehatan Menggunakan Algoritma K-Meansferisulianta.com
 
Aturan Asosiasi menggunakan Algoritma Apriori sebagai Dasar Aksi Bisnis .pdf
Aturan Asosiasi menggunakan Algoritma Apriori sebagai Dasar Aksi Bisnis .pdfAturan Asosiasi menggunakan Algoritma Apriori sebagai Dasar Aksi Bisnis .pdf
Aturan Asosiasi menggunakan Algoritma Apriori sebagai Dasar Aksi Bisnis .pdfferisulianta.com
 
Penerapan Metode Apriori Untuk Identifikasi Pola Data Transaksi Pada Customer...
Penerapan Metode Apriori Untuk Identifikasi Pola Data Transaksi Pada Customer...Penerapan Metode Apriori Untuk Identifikasi Pola Data Transaksi Pada Customer...
Penerapan Metode Apriori Untuk Identifikasi Pola Data Transaksi Pada Customer...ferisulianta.com
 
Konsumen Sebagai Co-Creation untuk Menentukan Strategi.pdf
Konsumen Sebagai Co-Creation untuk Menentukan Strategi.pdfKonsumen Sebagai Co-Creation untuk Menentukan Strategi.pdf
Konsumen Sebagai Co-Creation untuk Menentukan Strategi.pdfferisulianta.com
 
Materi Seminar Netnografi - Feri Sulianta.pdf
Materi Seminar Netnografi - Feri Sulianta.pdfMateri Seminar Netnografi - Feri Sulianta.pdf
Materi Seminar Netnografi - Feri Sulianta.pdfferisulianta.com
 
Bentuk-bentuk Netnografi (Feri Sulianta).pdf
Bentuk-bentuk Netnografi (Feri Sulianta).pdfBentuk-bentuk Netnografi (Feri Sulianta).pdf
Bentuk-bentuk Netnografi (Feri Sulianta).pdfferisulianta.com
 
Literasi digital di tengah pandemi - Feri Sulianta
Literasi digital di tengah pandemi - Feri SuliantaLiterasi digital di tengah pandemi - Feri Sulianta
Literasi digital di tengah pandemi - Feri Suliantaferisulianta.com
 
Buku literasi digital, riset dan perkembangannya dalam perspektif social stud...
Buku literasi digital, riset dan perkembangannya dalam perspektif social stud...Buku literasi digital, riset dan perkembangannya dalam perspektif social stud...
Buku literasi digital, riset dan perkembangannya dalam perspektif social stud...ferisulianta.com
 
Public speaking (Dr. Feri Sulianta)
Public speaking (Dr. Feri Sulianta)Public speaking (Dr. Feri Sulianta)
Public speaking (Dr. Feri Sulianta)ferisulianta.com
 
Katalog buku feri sulianta 2018
Katalog buku feri sulianta 2018Katalog buku feri sulianta 2018
Katalog buku feri sulianta 2018ferisulianta.com
 
Membangunkan sang raksasa feri sulianta
Membangunkan sang raksasa   feri suliantaMembangunkan sang raksasa   feri sulianta
Membangunkan sang raksasa feri suliantaferisulianta.com
 
Membangunkan sang raksasa feri sulianta
Membangunkan sang raksasa   feri suliantaMembangunkan sang raksasa   feri sulianta
Membangunkan sang raksasa feri suliantaferisulianta.com
 
Success with softskill to deliver your hardskill feri sulianta - st inten
Success with softskill to deliver your hardskill   feri sulianta - st intenSuccess with softskill to deliver your hardskill   feri sulianta - st inten
Success with softskill to deliver your hardskill feri sulianta - st intenferisulianta.com
 
Bpm framework overview & guidelines - learn by characteristics
Bpm framework overview & guidelines - learn by characteristicsBpm framework overview & guidelines - learn by characteristics
Bpm framework overview & guidelines - learn by characteristicsferisulianta.com
 
Change by design feri sulianta slide review
Change by design   feri sulianta slide reviewChange by design   feri sulianta slide review
Change by design feri sulianta slide reviewferisulianta.com
 

More from ferisulianta.com (20)

Sepuluh Tema yag menjadi standar kurikulum untuk program studi sosial versi ...
Sepuluh Tema yag menjadi standar kurikulum  untuk program studi sosial versi ...Sepuluh Tema yag menjadi standar kurikulum  untuk program studi sosial versi ...
Sepuluh Tema yag menjadi standar kurikulum untuk program studi sosial versi ...
 
Kelola Kubikal Data Transaksional Sistem Informasi.pdf
Kelola Kubikal Data Transaksional Sistem Informasi.pdfKelola Kubikal Data Transaksional Sistem Informasi.pdf
Kelola Kubikal Data Transaksional Sistem Informasi.pdf
 
Membangun Aturan Asosiasi menggunakan Algoritma Apriori untuk Rekomendasi Fil...
Membangun Aturan Asosiasi menggunakan Algoritma Apriori untuk Rekomendasi Fil...Membangun Aturan Asosiasi menggunakan Algoritma Apriori untuk Rekomendasi Fil...
Membangun Aturan Asosiasi menggunakan Algoritma Apriori untuk Rekomendasi Fil...
 
Algoritma Apriori untuk Menghasilkan Aturan Asosiasi Saat Berkendara.pdf
Algoritma Apriori untuk Menghasilkan Aturan Asosiasi Saat Berkendara.pdfAlgoritma Apriori untuk Menghasilkan Aturan Asosiasi Saat Berkendara.pdf
Algoritma Apriori untuk Menghasilkan Aturan Asosiasi Saat Berkendara.pdf
 
Clustering Biaya Kesehatan Menggunakan Algoritma K-Means
Clustering Biaya Kesehatan Menggunakan Algoritma K-MeansClustering Biaya Kesehatan Menggunakan Algoritma K-Means
Clustering Biaya Kesehatan Menggunakan Algoritma K-Means
 
Aturan Asosiasi menggunakan Algoritma Apriori sebagai Dasar Aksi Bisnis .pdf
Aturan Asosiasi menggunakan Algoritma Apriori sebagai Dasar Aksi Bisnis .pdfAturan Asosiasi menggunakan Algoritma Apriori sebagai Dasar Aksi Bisnis .pdf
Aturan Asosiasi menggunakan Algoritma Apriori sebagai Dasar Aksi Bisnis .pdf
 
Penerapan Metode Apriori Untuk Identifikasi Pola Data Transaksi Pada Customer...
Penerapan Metode Apriori Untuk Identifikasi Pola Data Transaksi Pada Customer...Penerapan Metode Apriori Untuk Identifikasi Pola Data Transaksi Pada Customer...
Penerapan Metode Apriori Untuk Identifikasi Pola Data Transaksi Pada Customer...
 
Konsumen Sebagai Co-Creation untuk Menentukan Strategi.pdf
Konsumen Sebagai Co-Creation untuk Menentukan Strategi.pdfKonsumen Sebagai Co-Creation untuk Menentukan Strategi.pdf
Konsumen Sebagai Co-Creation untuk Menentukan Strategi.pdf
 
Materi Seminar Netnografi - Feri Sulianta.pdf
Materi Seminar Netnografi - Feri Sulianta.pdfMateri Seminar Netnografi - Feri Sulianta.pdf
Materi Seminar Netnografi - Feri Sulianta.pdf
 
Bentuk-bentuk Netnografi (Feri Sulianta).pdf
Bentuk-bentuk Netnografi (Feri Sulianta).pdfBentuk-bentuk Netnografi (Feri Sulianta).pdf
Bentuk-bentuk Netnografi (Feri Sulianta).pdf
 
Literasi digital di tengah pandemi - Feri Sulianta
Literasi digital di tengah pandemi - Feri SuliantaLiterasi digital di tengah pandemi - Feri Sulianta
Literasi digital di tengah pandemi - Feri Sulianta
 
Buku literasi digital, riset dan perkembangannya dalam perspektif social stud...
Buku literasi digital, riset dan perkembangannya dalam perspektif social stud...Buku literasi digital, riset dan perkembangannya dalam perspektif social stud...
Buku literasi digital, riset dan perkembangannya dalam perspektif social stud...
 
Public speaking (Dr. Feri Sulianta)
Public speaking (Dr. Feri Sulianta)Public speaking (Dr. Feri Sulianta)
Public speaking (Dr. Feri Sulianta)
 
Katalog buku feri sulianta 2018
Katalog buku feri sulianta 2018Katalog buku feri sulianta 2018
Katalog buku feri sulianta 2018
 
Membangunkan sang raksasa feri sulianta
Membangunkan sang raksasa   feri suliantaMembangunkan sang raksasa   feri sulianta
Membangunkan sang raksasa feri sulianta
 
Membangunkan sang raksasa feri sulianta
Membangunkan sang raksasa   feri suliantaMembangunkan sang raksasa   feri sulianta
Membangunkan sang raksasa feri sulianta
 
Managing Achievement
Managing AchievementManaging Achievement
Managing Achievement
 
Success with softskill to deliver your hardskill feri sulianta - st inten
Success with softskill to deliver your hardskill   feri sulianta - st intenSuccess with softskill to deliver your hardskill   feri sulianta - st inten
Success with softskill to deliver your hardskill feri sulianta - st inten
 
Bpm framework overview & guidelines - learn by characteristics
Bpm framework overview & guidelines - learn by characteristicsBpm framework overview & guidelines - learn by characteristics
Bpm framework overview & guidelines - learn by characteristics
 
Change by design feri sulianta slide review
Change by design   feri sulianta slide reviewChange by design   feri sulianta slide review
Change by design feri sulianta slide review
 

Recently uploaded

04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 

Recently uploaded (20)

04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 

Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression.pdf

  • 1. Page 308 Asian Journal of Engineering, Social and Health Volume 2, No. 12 December 2023 Volume 3, No. 2 February 2024 (308-319) p-ISSN 2980-4868 | e-ISSN 2980-4841 https://ajesh.ph/index.php/gp PREDICTION OF CRYPTOCURRENCY PRICES USING LSTM, SVM AND POLYNOMIAL REGRESSION Novan Fauzi Al Giffary, Feri Sulianta Widyatama University, Indonesia Email: novan.fauzi@widyatama.ac.id, feri.sulianta@widyatama.ac.id ABSTRACT The rapid development of information technology, especially the Internet, has facilitated users with a quick and easy way to seek information. With these convenience offered by internet services, many individuals who initially invested in gold and precious metals are now shifting into digital investments in form of cryptocurrencies. However, investments in crypto coins are filled with uncertainties and fluctuation in daily basis. This risk posed as significant challenges for coin investors that could result in substantial investment losses. The uncertainty of the value of these crypto coins is a critical issue in the field of coin investment. Forecasting, is one of the methods used to predict the future value of these crypto coins. By utilizing the models of Long Short Term Memory, Support Vector Machine, and Polynomial Regression algorithm for forecasting, a performance comparison is conducted to determine which algorithm model is most suitable for predicting crypto currency prices. The mean square error is employed as a benchmark for the comparison. By applying those three constructed algorithm models, the Support Vector Machine uses a linear kernel to produce the smallest mean square error compared to the Long Short Term Memory and Polynomial Regression algorithm models, with a mean square error value of 0.02. Keywords: Cryptocurrency, Forecasting, Long Short Term Memory, Mean Square Error, Polynomial Regression, Support Vector Machine INTRODUCTION The rapid advancement of information technology, particularly the internet, has exponentially accelerated on a daily basis, providing users with expedited access to information (Gill et al., 2024; Mathkor et al., 2024). Leveraging the convenience offered by internet services, many individuals who previously invested their funds in physical assets such as gold and precious metals are transitioning towards digital investments, exemplified by cryptocurrencies.
  • 2. Novan Fauzi Al Giffary, Feri Sulianta Page 309 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 However, investments in crypto currency are subject to daily fluctuations, posing substantial challenges and potential financial losses for coin investors. The uncertainty surrounding the fluctuations in the prices of cryptocurrencies represents a critical concern within the coin investment landscape, necessitating the development of predictive models for crypto currency prices. In order to address this need, various methodologies such as Long-Short-Term Memory (LSTM), Support Vector Machine, and Polynomial Regression are employed for prediction purposes (Jana et al., 2023; Kalu et al., 2023; Yao et al., 2017). Long-Short-Term Memory (LSTM), commonly known as LSTM, is a type of Artificial Neural Network (ANN) utilized in deep learning and artificial intelligence domains (Sabry, 2023). Recognized for its ability to retain information over extended periods, LSTM is particularly suitable for time series data. Support Vector Machine (SVM) is widely acknowledged for its application in automated classification, lending itself to predictive. Polynomial Regression, on the other hand, represents an extension of Linear Regression, offering predictive capabilities tailored to address non-linear data patterns (Mordensky et al., 2023; Murugan et al., 2023; Wangwongchai et al., 2023). a prior study by Wei Cao, historical Tesla stock data was used to compare the Long Short Term Memory (LSTM) method with linear regression (Cao, 2021). The research utilized batch variables and Tesla stock historical data from June 2010 until February 2020 to assess the suitability of each method in predicting Tesla stock prices (Radojičić & Kredatus, 2020; Zhao et al., 2023). Mean Square Error (MSE) served as the benchmark, revealing that the LSTM method exhibited lower MSE compared to linear regression. On the other hand, Dong Liu, Ang Chen, and Juanjuan Wu (Cao, 2021) employed Recurrent Neural Network (RNN) and LSTM to predict stock prices using GREE data from the Yahoo Finance database. The study covered 728 days of stock data from Yahoo Finance, evaluating the two methods with MSE and MAE. Results indicated that the LSTM model produced a smaller MSE compared to the RNN model (Aseeri, 2023; Gülmez, 2023). Felix Zhan (Zhan, 2021) used Polynomial Regression to predict the number of COVID-19 cases in the United States, using datasheets from the COVID Tracking Project and the United States Census Bureau. The DyCPR algorithm was employed to predict H+1 active COVID-19 cases. Results after training and testing showed that DyCPR was more accurate in predicting stable time series. Zixuan Liu, Ziyuan Dang, and Jie Yu (Liu et al., 2020) employed the Support Vector Machine (SVM) algorithm to predict stock prices using historical data from the Yahoo Finance database. Evaluating model accuracy with various algorithms such as RBFSVM, PCA- SVM, GA-SVM, and DFS-BPSO, training results revealed that the RBF-SVM algorithm outperformed others in accuracy. Based on these studies, this research aims to analyze crypto currency price predictions using the Long Short Term Memory, Support Vector Machine, and Polynomial Regression methods. Additionally, the study aims to compare the performance of these three methods using Mean Square Error as a benchmark variable.
  • 3. Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression Page 310 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 RESEARCH METHODS This research was conducted in several stages, including data collection, data pre- processing, data allocation, algorithm model design, data training, data testing, and result evaluation by comparing three algorithms using the mean square error variable. The programming language utilized in this research was Python. The procedural flow of these research stages can be observed in Figure 1. Figure. 1 The stages of the research In this research, the proposed Algorithm method involves the utilization of three algorithm models: Long Short Term Memory (LSTM), Support Vector Machine (SVM), and Polynomial Regression. These Algorithm models serve as experimental components, with the mean square error variable employed as the determinant. Long Short Term Memory is acknowledged for its proficient predictive modelling capabilities and is derived from Recurrent Neural Network, a method designed for processing sequence data (Rizkilloh & Widiyanesti, 2022). Some researchers have employed Support Vector Machine for predicting student graduation times (Haryatmi & Hervianti, 2021). Polynomial Regression, on the other hand, is effective in handling non-linear data patterns (Di Lallo et al., 2023; Helin et al., 2023; Reza et al., 2023). In detail, the experimental process divided into several stages. It commences with data collection, wherein the research data comprises Bitcoin price data from 2020 to 2024 obtained from the Yahoo Finance website. Subsequently, the dataset undergoes normalization to eliminate null values, minimizing errors during algorithm model testing. After normalization, the data allocated into two categories: training data and testing data, with an 80:20 ratio for training and testing, respectively. This ratio signifies that 80% of the data will be used for training, while 20% will be utilized for testing the data.
  • 4. Novan Fauzi Al Giffary, Feri Sulianta Page 311 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 Table 1. Data Sample After the data is allocated, model testing is conducted, divided into three Algorithm models. The Long Short Term Memory algorithm model, in particular, incorporates multiple hidden layers. These layers function during the flow of information, where each pertinent piece of information is retained, and irrelevant information is discarded in each cell, this algorithm has the architecture shown in Figure 2 (Hasiholan et al., 2022). Figure. 2 Long Short Term Memory algorithm In the Long Short Term Memory algorithm has the equation: Input gate: i_(t )=σ(x_t .W_ix+ h_(t-1) . W_ih+ b_i) (1) Forget gate: f_(t )=σ(x_t .W_fx+ h_(t-1) . W_fh+ b_f) (2) Date Open High Low Close Adj Close Volume 10/01/ 2020 7878. 3076 8166. 5541 7726. 7749 8166. 5541 8166. 5541 2871458 3844 11/01/ 2020 8162. 1909 8218. 3593 8029. 6420 8037. 5375 8037. 5375 2552116 5085 12/01/ 2020 8033. 2617 8200. 0634 8009. 0590 8192. 4941 8192. 4941 2290343 8381 13/01/ 2020 8189. 7719 8197. 7880 8079. 7006 8144. 1943 8144. 1943 2248291 0688 14/01/ 2020 8140. 9331 8879. 5117 8140. 9331 8827. 7646 8827. 7646 4484178 4107 15/01/ 2020 8825. 3437 8890. 1171 8657. 1875 8807. 0107 8807. 0107 4010283 4650
  • 5. Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression Page 312 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 Candidate Cell State: C ̃_(t )=tanh(x_t .W_cx+ h_(t-1) . W_ch+ b_c) (3) Output Gate: o_(t )=σ(x_t .W_ox+ h_(t-1) . W_oh+ b_o) (4) Cell State: C_(t )=f_t ° C_(t-1)+i_t ° C ̃_t (5) Hidden State: h_(t )=o_t ° tanh⁡(C_t) (6) In the Long Short Term Memory algorithm model, the Adam optimizer algorithm is employed for network optimization and accuracy enhancemen (Tan et al., 2018). For the training data, the training process is iterated multiple times with varying Epoch numbers specifically, 10, 30, 50, 80, and 100, to achieve the best accuracy results. On the other hand, in the Support Vector Machine algorithm model, the linear Support Vector Machine can be extended to address non-linear problems. The linear Support Vector Machine can transform into a non-linear Support Vector Machine utilizing kernel methods (Damasela et al., 2022). SVM was utilize to find the best hyperplane by maximizing the distance between classes. The hyperplane is a function used for class separation, referred to as a line in 2-D classification, a plane in 3-D classification, and a hyperplane in higher-dimensional class space. Figure. 3 Optimal hyperplane that separates two classes The Support Vector Machine algorithm model uses Radial Base Function (RBF), Sigmoid, and Linear kernel types with the regularization parameter C set to 1e0, 1e1, 1e2, or 1e3, and the gamma kernel coefficient is set to 0.001, 0.01, 0.1 or 1. The GridSearchCV tuning method
  • 6. Novan Fauzi Al Giffary, Feri Sulianta Page 313 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 also utilized, where the model is constructed by evaluating combinations of parameters. This process aim is to assess the combined results of the C parameter and gamma coefficient used in this model. As for the Polynomial Regression algorithm model, it is an extension of Linear Regression designed to handle non-linear data patterns, making it suitable for predictive purposes. In Polynomial Regression, the degree parameter is employed. Regression degree or parameter degree was employed as an analytic solution for the optimization problems (Antille & Allen, 2022). On this model, the degree parameter sets to 2, 4, 6, 9, and 11. The pre- processed dataset then trained in the constructed Algorithm models, and data testing is performed. The output of the data testing is compared with the output from the training data, generating the mean square error value The general form of Polynomial Regression expressed (Mustafidah & Rohman, 2023) as: y=a^0+a_1 x+a_2 x^2+a_3 x^3+⋯+a_n x^n (7) For the error equation, the formulation according to (Mustafidah & Rohman, 2023) is: D^2=∑_(i=1)^n〖(y_i-a_0-a_1 x-a_1 x^2-…-a_n x^n)〗 (8) The mean square error serves as the benchmark variable in this study, where a lower mean square error indicates a better predictive result. RESULTS AND DISCUSSION During the duration of this research, the analysis was carried out using a prepared dataset from 2020 to 2024 containing information on the price of the Bitcoin currency. The key variable used for predictive modeling is the detailed closing price data, as well as using the Mean Square Error value as a comparison of which algorithm models are more suitable for predicting Bitcoin prices. Table 2. Test results from the Long Short Term Memory algorithm model. Epoch MSE 10 398.74313739554805 30 97.91950725856172 50 299.68280456164393 80 132.83835875171226 100 105.23378629880129 From the test result of Long Short Term Memory algorithm model, in table 1 it is clear that the epoch count yielding the lowest mean square error is observed at 30 epochs when compared to the others. Meanwhile the highest mean square error value was at 10 epochs, at every increase in the epochs the mean square error value does not always become lower.
  • 7. Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression Page 314 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 Table 3. Test results from the Support Vector Machine algorithm model Kernel Gamma C MSE Radial Base Function 0.001 1e0 243055088.87 1e1 240811202.02 1e2 218948815.13 1e3 58870606.87 0.01 1e0 241178058.07 1e1 222470791.54 1e2 78175331.12 1e3 1830619.78 0.1 1e0 236345016.21 1e1 179439518.42 1e2 25529293.18 1e3 2185936.11 1 1e0 240347675.94 1e1 215899006.69 1e2 88797294.67 1e3 9483829.60 Sigmoid 0.001 1e0 243177530.52 1e1 242031314.54 1e2 230719546.13 1e3 132840755.73 0.01 1e0 242034936.92 1e1 230754799.37 1e2 133094705.92 1e3 351921.13 0.1 1e0 232728594.72
  • 8. Novan Fauzi Al Giffary, Feri Sulianta Page 315 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 1e1 148402089.73 1e2 13173250.76 1e3 325838418.42 1 1e0 218892924.21 1e1 108781933.83 1e2 240862304.99 1e3 13703086399.99 Linear 0.001 1e0 132838133.04 1e1 348911.58 1e2 156426.94 1e3 0.02 0.01 1e0 132838133.04 1e1 348911.58 1e2 156426.94 1e3 0.02 0.1 1e0 132838133.04 1e1 348911.58 1e2 156426.94 1e3 0.02 1 1e0 132838133.04 1e1 348911.58 1e2 156426.94 1e3 0.02 Meanwhile, the testing of the support vector machine algorithm model involves a five - fold cross validation for testing in this test. Results of the test in table 3, the kernel that yielded the smallest mean square error was linear kernel with gamma 0.001, 0.01, 0.1 and 1 and parameter c 1e3, while the kernel resulting in the largest mean square error was the sigmoid kernel with gamma 1 and parameter c 1e3.
  • 9. Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression Page 316 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 Table 4. Test results from the Polynomial Regression Algorithm model Degree MSE 2 161060413.70 4 72475644.19 6 51702001.51 9 172168041.06 11 218284846.10 During the testing of the Polynomial Regression Algorithm model, with the parameter "include bias" set to false, it is observed that the degree value producing the lowest mean square error is degree 6. Meanwhile the highest mean square error is degree 11, In each addition of degree the mean square error value produced is always different and does not always become lower. The comprehensive results of the experiments have been obtained, providing a clearer understanding of each Algorithm model employed. Additionally, the comparison allows us to identify which Algorithm model is more suitable for predicting Bitcoin prices. Table 5. comparative analysis of each algorithm model. algorithm model MSE Long Short Term Memory 97.91950725856172 Support Vector Machine 0.02 Polynomial Regression 51702001.51 From Table 5, it is clear that each algorithm produces distinct mean square error values, even when utilizing the same dataset. For instance, the Long Short Term Memory algorithm model yields the lowest mean square error with a value of 97.91950725856172, while the Support Vector Machine algorithm model records the lowest mean square error at 0.02. Similarly, Polynomial Regression yields the lowest mean square error with a value of 51702001.51. However, it is crucial to note that crypto currency prices are not solely confined to historical data, and various factors can influence the pricing dynamics of cryptocurrencies.
  • 10. Novan Fauzi Al Giffary, Feri Sulianta Page 317 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 CONCLUSION Among all three Algorithm models tested, the Support Vector Machine algorithm model shows the lowest mean square error value at 0.02. Meanwhile, the Polynomial Regression algorithm model produced the highest mean square error amount at 51702001.51. Therefore, it is concluded that the Support Vector Machine algorithm model yields the lowest mean square error when compared to the Long Short Term Memory and Polynomial Regression algorithm models for crypto currency price prediction in this study. For future research endeavours, it is advised to include additional variables that may impact prediction outcomes, such as sentiment analysis from individuals. That could be considered as the cause of fluctuations in crypto currency prices. BIBLIOGRAPHY Antille, G., & Allen, A. W. (2022). D-optimal Design for Polynomial Regression: Choice of Degree and Robustness. Litres. Aseeri, A. O. (2023). Effective RNN-Based Forecasting Methodology Design for Improving Short- Term Power Load Forecasts: Application to Large-Scale Power-Grid Time Series. Journal of Computational Science, 68, 101984. Cao, W. (2021). Research on Financial Data Prediction Algorithm Based on Deep Learning. 2021 Asia-Pacific Conference on Communications Technology and Computer Science (ACCTCS), 89–91. Damasela, R., Tomasouw, B. P., & Leleury, Z. A. (2022). Penerapan Metode Support Vector Machine (SVM) Untuk Mendeteksi Penyalahgunaan Narkoba. PARAMETER: Jurnal Matematika, Statistika Dan Terapannya, 1(2), 111–122. Di Lallo, Y., Rapone, D., Masciotta, M. G., & Brando, G. (2023). Non-Linear Analysis of URM Structures through a Multi-Unit Discretization Approach. Procedia Structural Integrity, 44, 488–495. Gill, S. S., Wu, H., Patros, P., Ottaviani, C., Arora, P., Pujol, V. C., Haunschild, D., Parlikad, A. K., Cetinkaya, O., & Lutfiyya, H. (2024). Modern computing: Vision and challenges. Telematics and Informatics Reports, 100116. Gülmez, B. (2023). Stock price prediction with optimized deep LSTM network with artificial rabbits optimization algorithm. Expert Systems with Applications, 227, 120346. Haryatmi, E., & Hervianti, S. P. (2021). Penerapan Algoritma Support Vector Machine Untuk Model Prediksi Kelulusan Mahasiswa Tepat Waktu. Jurnal RESTI (Rekayasa Sistem Dan Teknologi Informasi), 5(2), 386–392. Hasiholan, A., Cholissodin, I., & Yudistira, N. (2022). Analisis Sentimen Tweet Covid-19 Varian Omicron pada Platform Media Sosial Twitter menggunakan Metode LSTM berbasis Multi Fungsi Aktivasi dan GLOVE. Jurnal Pengembangan Teknologi Informasi Dan Ilmu Komputer, 6(10), 4653–4661.
  • 11. Prediction Of Cryptocurrency Prices Using Lstm, Svm And Polynomial Regression Page 318 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 Helin, R., Indahl, U., Tomic, O., & Liland, K. H. (2023). Non-linear shrinking of linear model errors. Analytica Chimica Acta, 1258, 341147. Jana, D. K., Bhunia, P., Adhikary, S. Das, & Mishra, A. (2023). Analyzing of salient features and classification of wine type based on quality through various neural network and support vector machine classifiers. Results in Control and Optimization, 11, 100219. Kalu, I., Ndehedehe, C. E., Okwuashi, O., Eyoh, A. E., & Ferreira, V. G. (2023). Reconstructing terrestrial water storage anomalies using convolution-based support vector machine. Journal of Hydrology: Regional Studies, 46, 101326. Liu, Z., Dang, Z., & Yu, J. (2020). Stock price prediction model based on RBF-SVM algorithm. 2020 International Conference on Computer Engineering and Intelligent Control (ICCEIC), 124–127. Mathkor, D. M., Mathkor, N., Bassfar, Z., Bantun, F., Slama, P., Ahmad, F., & Haque, S. (2024). Multirole of the Internet of Medical Things (IoMT) in Biomedical Systems for Managing Smart Healthcare Systems: An Overview of Current and Future Innovative Trends. Journal of Infection and Public Health. Mordensky, S. P., Lipor, J. J., DeAngelo, J., Burns, E. R., & Lindsey, C. R. (2023). When less is more: How increasing the complexity of machine learning strategies for geothermal energy assessments may not lead toward better estimates. Geothermics, 110, 102662. Murugan, D. K., Said, Z., Panchal, H., Gupta, N. K., Subramani, S., Kumar, A., & Sadasivuni, K. K. (2023). Machine learning approaches for real-time forecasting of solar still distillate output. Environmental Challenges, 13, 100779. Mustafidah, H., & Rohman, S. N. (2023). Mean Square Error pada Metode Random dan Nguyen Widrow dalam Jaringan Syaraf Tiruan. Sainteks, 20(2), 133–142. Radojičić, D., & Kredatus, S. (2020). The impact of stock market price fourier transform analysis on the gated recurrent unit classifier model. Expert Systems with Applications, 159, 113565. Reza, M. S., Hafsha, U., Amin, R., Yasmin, R., & Ruhi, S. (2023). Improving SVM performance for type II diabetes prediction with an improved non-linear kernel: Insights from the PIMA dataset. Computer Methods and Programs in Biomedicine Update, 4, 100118. Rizkilloh, M. F., & Widiyanesti, S. (2022). Prediksi Harga Cryptocurrency Menggunakan Algoritma Long Short Term Memory (LSTM). Jurnal RESTI (Rekayasa Sistem Dan Teknologi Informasi), 6(1), 25–31. Sabry, F. (2023). Data Mining: Fundamentals and Applications (Vol. 221). One Billion Knowledgeable. Tan, Y., Shi, Y., & Tang, Q. (2018). Data mining and big data. Springer. Wangwongchai, A., Waqas, M., Dechpichai, P., Hlaing, P. T., Ahmad, S., & Humphries, U. W. (2023). Imputation of missing daily rainfall data; A comparison between artificial intelligence and statistical techniques. MethodsX, 11, 102459.
  • 12. Novan Fauzi Al Giffary, Feri Sulianta Page 319 Asian Journal of Engineering, Social and Health Volume 3, No. 2 February 2024 Yao, Q.-P., Xie, Z.-W., Wang, K.-X., Zhang, P., Han, Y., Qi, Y.-X., & Jiang, Z.-L. (2017). Profiles of long noncoding RNAs in hypertensive rats: long noncoding RNA XR007793 regulates cyclic strain-induced proliferation and migration of vascular smooth muscle cells. Journal of Hypertension, 35(6), 1195–1203. Zhan, F. (2021). COVID-19 Case Number Prediction Utilizing Dynamic Clustering With Polynomial Regression. 2021 IEEE 11th Annual Computing and Communication Workshop and Conference (CCWC), 1210–1214. Zhao, C., Wu, M., Liu, J., Duan, Z., Shen, L., Shangguan, X., Liu, D., & Wang, Y. (2023). Progress and Prospects of Data-Driven Stock Price Forecasting Research. International Journal of Cognitive Computing in Engineering. Copyright holder: Novan Fauzi Al Giffary, Feri Sulianta(2023) First publication right: Asian Journal of Engineering, Social and Health (AJESH) This article is licensed under: