Claim Missing Document
Check
Articles

Found 14 Documents
Search

Analisis Perbandingan Metode DBSCAN dan Meanshift dalam Klasterisasi Data Gempa Bumi di Indonesia MHD Ade Setiawan; Fitri Insani; Yelfi Vitriani; Yusra Yusra
Bulletin of Computer Science Research Vol. 5 No. 4 (2025): June 2025
Publisher : Forum Kerjasama Pendidikan Tinggi (FKPT)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bulletincsr.v5i4.605

Abstract

Indonesia is one of the countries with a high vulnerability to earthquakes due to its location at the convergence of three major tectonic plates: the Indo-Australian, Eurasian, and Pacific plates. As a result of this interaction, seismic activity is highly frequent across various regions. Understanding the distribution patterns of earthquakes is essential for disaster risk mitigation. One approach used to analyze these patterns is clustering, particularly using the DBSCAN  and Meanshift algorithms, which can group spatial data without predefining the number of clusters. This study aims to compare the effectiveness of both algorithms in clustering earthquake data based on spatial parameters, namely latitude and longitude. Evaluation was conducted using cluster visualization and the Silhouette Score as the clustering validity metric. The results show that DBSCAN  produces more optimal clustering with a Silhouette Score of 0.930028, higher than Meanshift's score of 0.90103. DBSCAN  is also capable of detecting relevant outliers in earthquake analysis, while Meanshift generates more clusters but with less separation. Using spatial parameters such as latitude and longitude, DBSCAN  is considered more effective in identifying the spatial distribution patterns of seismic activity in Indonesia based on earthquake data. This research supports the development of decision support systems for earthquake disaster mitigation and serves as a reference for selecting appropriate clustering methods for spatial data analysis.
Analisis Sentimen Ulasan Aplikasi Indodax Pada Google Play Store Dengan Algoritma Random Forest Muhammad Iqbal Maulana; Yusra Yusra; Muhammad Fikry; Surya Agustian; Siti Ramadhani
Bulletin of Computer Science Research Vol. 5 No. 4 (2025): June 2025
Publisher : Forum Kerjasama Pendidikan Tinggi (FKPT)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bulletincsr.v5i4.626

Abstract

Crypto assets have become a global phenomenon with a significant increase in the number of investors in Indonesia. Indodax, as the largest crypto asset trading platform in Indonesia, has contributed to the growth of this ecosystem and received many user reviews through the Google Play Store. With more than 5 million downloads and 100 thousand reviews, sentiment analysis is an important tool to understand user perceptions of Indodax services. The results of manual labeling show that the majority of reviews are positive (3989 reviews), while neutral and negative sentiments are 477 and 534 reviews respectively. From the research and testing that has been carried out using the Random Forest method and optimizing with Hyperparameter Tuning GridSearchCV on 4 test scenarios. The best results were obtained in Scenario 4 (3 Preprocessing Stages (Cleaning, Case Folding, and Tokenization) + Random Forest & Hyperparameter Tuning) producing the best value, with Precision 81%, Recall 64%, F1-Score 70% and Accuracy 89%. With the best parameter values ??{'criterion': 'entropy', 'max_depth': None, 'max_features': 'sqrt', 'min_samples_leaf': 1, 'min_samples_split': 2, 'n_estimators': 100}. This study shows that every experimental model that is optimized produces a higher value than experimental model that is not optimized.
Klasifikasi Sentimen Bitcoin Terhadap Komentar Di Aplikasi X Menggunakan Metode Decision Tree C4.5 Habibi Putra Indrizal; Fadhilah Syafria; Elin Haerani; Yelvi Vitriani; Yusra Yusra
Bulletin of Computer Science Research Vol. 6 No. 1 (2025): December 2025
Publisher : Forum Kerjasama Pendidikan Tinggi (FKPT)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bulletincsr.v6i1.932

Abstract

Sentiment analysis is an important method for understanding user perceptions of cryptocurrency assets such as Bitcoin, whose price movements are strongly influenced by public opinion. This study aims to classify user sentiment from comments posted on the X platform into two classes, namely positive and negative, using the Decision Tree C4.5 algorithm. The dataset consists of 5,000 Indonesian-language comments collected through a web scraping process and processed through text preprocessing and TF-IDF–based feature extraction. The model was trained using a 70% training data and 30% testing data split. The evaluation results show that the C4.5 model achieved an accuracy of 78%. For the positive class, the model obtained a very high recall of 0.99 with an F1-score of 0.83, indicating strong performance in identifying positive comments. In contrast, the negative class achieved a recall of 0.51 with an F1-score of 0.67, despite having a high precision of 0.97. The disparity in performance between classes is influenced by the data distribution, which is not fully balanced, with positive comments being more dominant than negative ones, causing the model to be more sensitive to the majority class. Overall, the results indicate that the Decision Tree C4.5 algorithm is sufficiently effective for Indonesian-language Bitcoin sentiment classification, although it still has limitations in recognizing the minority class. Future research may explore the application of data imbalance handling techniques or more advanced algorithms to improve the balance of classification performance across classes.
Implementasi Metode RBMT dalam Penerjemahan Bahasa Indonesia ke Bahasa Makassar Wan Muhammad Hanif; Yusra Yusra; Muhammad Fikry; Febi Yanto; Siska Kurnia Gusti
Bulletin of Computer Science Research Vol. 6 No. 1 (2025): December 2025
Publisher : Forum Kerjasama Pendidikan Tinggi (FKPT)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bulletincsr.v6i1.935

Abstract

?This research was conducted to address the limited availability of linguistic resources for regional languages, particularly Makassar Language, which does not yet have adequate automatic translation support. The main problem addressed in this study is the absence of a reliable automatic translation system for Makassar Language. The objective of this research is to apply a rule-based translation method to translate text from Indonesian into Makassar Language. This study focuses on the implementation of the Rule-Based Machine Translation (RBMT) method for translating Indonesian text into Makassar Language using the Python programming language. The RBMT implementation involves tokenization, morphological analysis, vocabulary matching, and the application of grammatical rules, including the identification of prefixes and suffixes. The data used consist of a bilingual dictionary compiled from various sources and a set of test sentences representing everyday sentence structures. Translation evaluation was carried out using the Word Error Rate (WER) method, yielding a result of 0.289, and the Character Error Rate (CER) method, with a result of 0.21, which fall into the “Good” category based on the evaluation scale. The main findings indicate that the application of the RBMT method is capable of producing reasonably accurate translations at both the word and character levels. These findings demonstrate that a rule-based approach can be effectively applied to regional languages with limited digital data and provide an initial overview of the potential use of rule-based methods to support the development and preservation of regional languages.