<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN"
        "https://jats.nlm.nih.gov/publishing/1.4/JATS-journalpublishing1-4.dtd">
<article  article-type="research-article"        dtd-version="1.4">
            <front>

                <journal-meta>
                                    <journal-id></journal-id>
            <journal-title-group>
                                                                                    <journal-title>Politeknik Dergisi</journal-title>
            </journal-title-group>
                                        <issn pub-type="epub">2147-9429</issn>
                                                                                            <publisher>
                    <publisher-name>Gazi Üniversitesi</publisher-name>
                </publisher>
                    </journal-meta>
                <article-meta>
                                        <article-id pub-id-type="doi">10.2339/politeknik.1667403</article-id>
                                                                <article-categories>
                                            <subj-group  xml:lang="en">
                                                            <subject>Machine Learning (Other)</subject>
                                                    </subj-group>
                                            <subj-group  xml:lang="tr">
                                                            <subject>Makine Öğrenme (Diğer)</subject>
                                                    </subj-group>
                                    </article-categories>
                                                                                                                                                        <title-group>
                                                                                                                        <trans-title-group xml:lang="tr">
                                    <trans-title>Çok Küçük Veri Seti Üzerinde Makine Öğrenmesi ile Bitcoin Fiyat Yönü Tahminlemesi</trans-title>
                                </trans-title-group>
                                                                                                                                                                                                <article-title>Bitcoin Price Direction Prediction Using Machine Learning on a Very Small Dataset</article-title>
                                                                                                    </title-group>
            
                                                    <contrib-group content-type="authors">
                                                                        <contrib contrib-type="author">
                                                                    <contrib-id contrib-id-type="orcid">
                                        https://orcid.org/0000-0003-3601-5434</contrib-id>
                                                                <name>
                                    <surname>Öktem</surname>
                                    <given-names>Kağan</given-names>
                                </name>
                                                                    <aff>GAZİ ÜNİVERSİTESİ, TEKNOLOJİ FAKÜLTESİ, BİLGİSAYAR MÜHENDİSLİĞİ BÖLÜMÜ, BİLGİSAYAR MÜHENDİSLİĞİ PR.</aff>
                                                            </contrib>
                                                    <contrib contrib-type="author">
                                                                    <contrib-id contrib-id-type="orcid">
                                        https://orcid.org/0000-0002-0880-7955</contrib-id>
                                                                <name>
                                    <surname>Tekerek</surname>
                                    <given-names>Adem</given-names>
                                </name>
                                                                    <aff>GAZI UNIVERSITY, FACULTY OF TECHNOLOGY</aff>
                                                            </contrib>
                                                                                </contrib-group>
                        
                                        <pub-date pub-type="pub" iso-8601-date="20251204">
                    <day>12</day>
                    <month>04</month>
                    <year>2025</year>
                </pub-date>
                                        <volume>28</volume>
                                        <issue>6</issue>
                                        <fpage>1731</fpage>
                                        <lpage>1742</lpage>
                        
                        <history>
                                    <date date-type="received" iso-8601-date="20250328">
                        <day>03</day>
                        <month>28</month>
                        <year>2025</year>
                    </date>
                                                    <date date-type="accepted" iso-8601-date="20250617">
                        <day>06</day>
                        <month>17</month>
                        <year>2025</year>
                    </date>
                            </history>
                                        <permissions>
                    <copyright-statement>Copyright © 1998, Politeknik Dergisi</copyright-statement>
                    <copyright-year>1998</copyright-year>
                    <copyright-holder>Politeknik Dergisi</copyright-holder>
                </permissions>
            
                                                                                                <trans-abstract xml:lang="tr">
                            <p>Günümüzde yatırım danışmanlığı, profesyonel olarak sunulan yaygın bir hizmettir. Bu hizmeti sağlamak için danışmanlık firmaları kurulur ve finans uzmanları istihdam edilir. Hizmetten faydalanmak isteyen bireyler aylık ücret ödeyerek danışmanlık alır. Finansal piyasalar uzmanlık gerektirir. Ancak yapay zekâ sistemlerinin gelişmesiyle, bu alanda da önemli dönüşümler yaşanmıştır. Özellikle LSTM ve GRU gibi derin öğrenme algoritmaları, doğrusal olmayan zaman serisi verilerle kısa, orta ve uzun vadeli fiyat tahminlerinde kullanılmaktadır. Ancak bu yöntemler büyük veri setleri gerektirir ve aşırı öğrenmeye (overfitting) yatkındır. Derin öğrenme ile pekiştirmeli öğrenmenin birlikte kullanımı başarılı sonuçlar verse de, bu modellerin entegrasyonu yoğun araştırma ve hesaplama gücü gerektirir. Bu çalışmada, Random Forest Regressor kullanılarak Bitcoin’in (BTC) günlük fiyat yönünü tahmin eden BTC-FYTR (Bitcoin Fiyat Yönü Tahminleme Robotu) modeli tanıtılmaktadır. Ensemble tabanlı bu makine öğrenimi modeli, büyük veri ihtiyacı duymadan, fiyatı etkileyen teknik indikatörleri başarıyla belirleyerek yüksek doğruluk sunmaktadır. Mart 2018’den günümüze kadar olan verilerle yapılan testlerde model, %99.20 başarı oranına ulaşmıştır. Google Colab v5e1 konfigürasyonunda yalnızca 22 saniyede sonuç üretmektedir. Ayrıca çalışmada 2017-2024 arası literatür incelenmiş, eksiklikler belirlenmiş ve bu çalışmanın alana katkısı ortaya konmuştur.</p></trans-abstract>
                                                                                                                                    <abstract><p>Investment advisory services are now commonly offered by consulting firms with financial experts, typically for a monthly fee. Financial markets require specialized knowledge, but advancements in artificial intelligence have revolutionized this field. Deep learning algorithms, especially Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU), are widely used to predict asset price trends in nonlinear time-series data. However, they demand large datasets and are prone to overfitting. Recently, combining deep learning with reinforcement learning has shown promise, though it requires intensive research and computational resources. This study introduces the BTC-PDPR (Bitcoin Price Direction Prediction Robot) model, which predicts Bitcoin&#039;s daily price direction using the Random Forest Regressor. As an ensemble-based machine learning model, it works effectively with smaller datasets and identifies key technical indicators influencing price trends. The model achieved a 99.20% accuracy rate on data from March 2018 to the present. It runs efficiently in Google Colab (v5e1 configuration), producing results in just 22 seconds. This paper outlines the methodology, reviews relevant studies from 2017 to 2024, highlights gaps in the literature, and emphasizes the study’s contributions to the field.</p></abstract>
                                                            
            
                                                                                        <kwd-group>
                                                    <kwd>BTC</kwd>
                                                    <kwd>  price direction prediction</kwd>
                                                    <kwd>  random forest regressor</kwd>
                                                    <kwd>  technical indicators</kwd>
                                                    <kwd>  machine learning</kwd>
                                                    <kwd>  very small dataset</kwd>
                                            </kwd-group>
                            
                                                <kwd-group xml:lang="tr">
                                                    <kwd>BTC</kwd>
                                                    <kwd>  fiyat yönü tahminleme</kwd>
                                                    <kwd>  random forest regressor</kwd>
                                                    <kwd>  teknik indikatörler</kwd>
                                                    <kwd>  makine öğrenimi</kwd>
                                                    <kwd>  çok küçük veri seti</kwd>
                                            </kwd-group>
                                                                                                                                    <funding-group specific-use="FundRef">
                    <award-group>
                                                    <funding-source>
                                <named-content content-type="funder_name">Gazi University, Faculty of Technology, Computer Engineering Department</named-content>
                            </funding-source>
                                                                    </award-group>
                </funding-group>
                                </article-meta>
    </front>
    <back>
                            <ref-list>
                                    <ref id="ref1">
                        <label>1</label>
                        <mixed-citation publication-type="journal">[1]	PhamToan D., VoThiHang N., PhamThi B., “Improving forecasting model for fuzzy time series using the self-updating clustering and bi-directional long short term memory algorithm”, Expert Systems With Applications, 241: 122767,  (2024).</mixed-citation>
                    </ref>
                                    <ref id="ref2">
                        <label>2</label>
                        <mixed-citation publication-type="journal">[2]	Mardjo A., Choksuchat C., &quot;HyBiLSTM: Multivariate Bitcoin Price Forecasting Using Hybrid Time-Series Models With Bidirectional LSTM&quot;, IEEE Access, 12: 50792-50808, (2024).</mixed-citation>
                    </ref>
                                    <ref id="ref3">
                        <label>3</label>
                        <mixed-citation publication-type="journal">[3]	Serafini G., Yi P., Zhang Q., Brambilla M., Wang J., Hu Y., Li B., &quot;Sentiment-Driven Price Prediction of the Bitcoin based on Statistical and Deep Learning Approaches&quot;,  Proceedings of the International Joint Conference on Neural Networks (IJCNN), Glasgow, UK, 1-8, (2020).</mixed-citation>
                    </ref>
                                    <ref id="ref4">
                        <label>4</label>
                        <mixed-citation publication-type="journal">[4]	Taslim D. G., Murwantara I. M., &quot;A Comparative Study of ARIMA and LSTM in Forecasting Time Series Data&quot;, Proceedings of the 2022 International Conference on Information Technology, Computer, and Electrical Engineering (ICITACEE), Semarang, Indonesia, 231-235 (2022).</mixed-citation>
                    </ref>
                                    <ref id="ref5">
                        <label>5</label>
                        <mixed-citation publication-type="journal">[5]	Makridakis S., Spiliotis E., Assimakopoulos V., &quot;Statistical and Machine Learning Forecasting Methods: Concerns and Ways Forward&quot;, PLoS ONE, 13: e0194889, (2018).</mixed-citation>
                    </ref>
                                    <ref id="ref6">
                        <label>6</label>
                        <mixed-citation publication-type="journal">[6]	Kumari S. E., Ramesh B., &quot;Prediction of Stock Prices using Machine Learning Regression and Classification Algorithms&quot;, Proceedings of the 2020 IEEE International Conference for Emerging Technology (INCET), Belgaum, India, 1-5, (2020).</mixed-citation>
                    </ref>
                                    <ref id="ref7">
                        <label>7</label>
                        <mixed-citation publication-type="journal">[7]	Ramya N., Sanjay Roshan R., Vishal Srinivas R., Krishna Prasad D., &quot;Crypto-Currency Price Prediction using Machine Learning&quot;, Proceedings of the Sixth International Conference on Trends in Electronics and Informatics (ICOEI), Tirunelveli, India, 1455-1458, (2022).</mixed-citation>
                    </ref>
                                    <ref id="ref8">
                        <label>8</label>
                        <mixed-citation publication-type="journal">[8]	Bouktif S., Fiaz A., Awad M., &quot;Augmented Textual Features-Based Stock Market Prediction&quot;, IEEE Access, 8: 40269-40282, (2020).</mixed-citation>
                    </ref>
                                    <ref id="ref9">
                        <label>9</label>
                        <mixed-citation publication-type="journal">[9]	Ahmed  F. U., Ahmed M., F. Mahi H., Abdullah S. H., Suha S. A., &quot;A Comparative Performance Evaluation of Bitcoin Price Prediction Using Machine Learning Techniques&quot;,  International Conference on Information and Communication Technology for Sustainable Development (ICICT4SD), Dhaka, Bangladesh, 194-198, (2023).</mixed-citation>
                    </ref>
                                    <ref id="ref10">
                        <label>10</label>
                        <mixed-citation publication-type="journal">[10]	Basha M. S. A., Oveis P. M., Prabavathi C., Lakshmi M. B., Sucharitha M. M., &quot;An Efficient Machine Learning Approach: Analysis of Supervised Machine Learning Methods to Forecast the Diamond Price&quot;, 2023 International Conference for Advancement in Technology (ICONAT), Goa, India, 1-6, (2023).</mixed-citation>
                    </ref>
                                    <ref id="ref11">
                        <label>11</label>
                        <mixed-citation publication-type="journal">[11]	 Gudelek M. U., Boluk S. A., Ozbayoglu A. M., &quot;A Deep Learning based Stock Trading Model with 2-D CNN Trend Detection&quot;, Proceedings of the 2017 IEEE Symposium Series on Computational Intelligence (SSCI), Honolulu, HI, USA, 1-8, (2017).</mixed-citation>
                    </ref>
                                    <ref id="ref12">
                        <label>12</label>
                        <mixed-citation publication-type="journal">[12]	Behura J. P., Pande S. D., Ramesh J. V. N., &quot;Stock Price Prediction using Multi-Layered Sequential LSTM&quot;, EAI Endorsed Transactions on Scalable Information Systems, 1: 1-8, (2023).</mixed-citation>
                    </ref>
                                    <ref id="ref13">
                        <label>13</label>
                        <mixed-citation publication-type="journal">[13]	Akter M. S., Shahriar H., Rahman M. A., Rahman M., Cuzzocrea A., &quot;Early Prediction of Cryptocurrency Price Decline: A Deep Learning Approach&quot;, Proc. 26th International Conference on Computer and Information Technology (ICCIT), Cox’s Bazar, Bangladesh, 1-6, (2023).</mixed-citation>
                    </ref>
                                    <ref id="ref14">
                        <label>14</label>
                        <mixed-citation publication-type="journal">[14]	Altuner A.B., Kilimci Z.H., &quot;A Novel Deep Reinforcement Learning Based Stock Price Prediction Using Knowledge Graph and Community Aware Sentiments&quot;, Turkish Journal of Electrical Engineering and Computer Sciences, 30: No. 4, (2023).</mixed-citation>
                    </ref>
                                    <ref id="ref15">
                        <label>15</label>
                        <mixed-citation publication-type="journal">[15]	Zouaghia Z., Kodia Aouina Z., Ben Said L., &quot;Hybrid Machine Learning Model for Predicting NASDAQ Composite Index&quot;, Proceedings of the 2023 International Symposium on Networks, Computers and Communications (ISNCC), Doha Qatar, 1-6, (2023).</mixed-citation>
                    </ref>
                                    <ref id="ref16">
                        <label>16</label>
                        <mixed-citation publication-type="journal">[16]	Lin W., Xie L., Xu H., &quot;Deep-Reinforcement-Learning-Based Dynamic Ensemble Model for Stock Prediction&quot;, Electronics, 12: 4483 (2023).</mixed-citation>
                    </ref>
                                    <ref id="ref17">
                        <label>17</label>
                        <mixed-citation publication-type="journal">[17]	Haarnoja T., Zhou A., Abbeel P., Levine S., &quot;Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor&quot;, 35th International Conference on Machine Learning (ICML 2018), Stockholm, Sweden, https://arxiv.org/abs/1801.01290, (2018).</mixed-citation>
                    </ref>
                                    <ref id="ref18">
                        <label>18</label>
                        <mixed-citation publication-type="journal">[18]	Kabbani T., Duman E., &quot;Deep Reinforcement Learning Approach for Trading Automation in the Stock Market&quot;, IEEE Access, 10: 93564-93574, (2022).</mixed-citation>
                    </ref>
                                    <ref id="ref19">
                        <label>19</label>
                        <mixed-citation publication-type="journal">[19]	Liu R., Guo W., Jin K., Ding Y., Chen Z., Ma S., Li Z., “Computer Intelligent Investment Strategy Based on Deep Reinforcement Learning and Multi-Layer LSTM Network”, Proceedings of the 2022 IEEE 2nd International Conference on Data Science and Computer Application (ICDSCA), Dalian, China, 1006-1015, (2022).</mixed-citation>
                    </ref>
                                    <ref id="ref20">
                        <label>20</label>
                        <mixed-citation publication-type="journal">[20]	https://www.cryptodatadownload.com/data/premium/, “BTC - Bitcoin_technical_analysis (2018 - 2025)”,  (2025).</mixed-citation>
                    </ref>
                                    <ref id="ref21">
                        <label>21</label>
                        <mixed-citation publication-type="journal">[21]	https://taapi.io/indicators/balance-of-power, “Technical Analysis Indicators API (Updated Daily BOP Indicator Values)”, (2025).</mixed-citation>
                    </ref>
                                    <ref id="ref22">
                        <label>22</label>
                        <mixed-citation publication-type="journal">[22]	https://finance.yahoo.com/quote/BTC-USD,  “BTC Daily Closing Price”, (2025).</mixed-citation>
                    </ref>
                                    <ref id="ref23">
                        <label>23</label>
                        <mixed-citation publication-type="journal">[23]	Breiman L., &quot;Random Forests&quot;, Machine Learning, 45: 5-32, (2001).</mixed-citation>
                    </ref>
                                    <ref id="ref24">
                        <label>24</label>
                        <mixed-citation publication-type="journal">[24]	Livshin I., &quot;Balance of Power&quot;, Technical Analysis of Stocks &amp; Commodities, 19: 26-30, (2001).</mixed-citation>
                    </ref>
                            </ref-list>
                    </back>
    </article>
