Claim Missing Document
Check
Articles

Found 33 Documents
Search

Klasifikasi Sentimen Terhadap Kebijakan Tapera Menggunakan Komparasi Machine Learning dan SMOTE Leidiyana, Henny; Misriati, Titik; Aryanti, Riska
Jurnal Komtika (Komputasi dan Informatika) Vol 8 No 2 (2024)
Publisher : Universitas Muhammadiyah Magelang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31603/komtika.v8i2.12595

Abstract

The Indonesian government's Public Housing Savings Program (Tapera) aims to help low- and middle-income persons get housing financing. Although the initiative strives to satisfy housing requirements, the public has responded in a variety of ways, as evidenced by social media posts. The goal of this study is to examine public sentiment towards the Tapera policy using YouTube comment data to provide an overview of popular perspective. This study combines sentiment analysis with machine learning algorithms, including K-Nearest Neighbors (KNN), Support Vector Machine (SVM), Multinomial Naïve Bayes (NB), and Decision Tree. The data is divided into three scenarios, namely 70% training data and 30% test data, 80% training data and 20% test data, and 90% training data and 10% test data. Data balancing is also performed with SMOTE. The performance evaluation is based on each algorithm's accuracy, precision, recall, and F1 Score values. The results showed that the SVM algorithm performed the best in all circumstances, with the greatest accuracy of 88% and an F1 score of 85%. The multinomial Naïve Bayes algorithm ranked second with steady accuracy, whereas KNN and Decision Tree had poorer performance. This suggests that SVM is the most effective method for processing sentiment data regarding Tapera policy.
OPTIMASI KLASIFIKASI GANGGUAN TIDUR PADA DATASET TIDAK SEIMBANG MENGGUNAKAN SMOTE DAN ALGORITMA MACHINE LEARNING Titik Misriati; Riska Aryanti
Jurnal Teknoinfo Vol. 19 No. 2 (2025): July 2025 Period
Publisher : Universitas Teknokrat Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33365/teknoinfo.v19i2.295

Abstract

Sleep disorders are increasingly prevalent health issues that significantly affect individual’s quality of life. Timely detection and accurate classification of these disorders are essential for proper diagnosis and effective clinical intervention. However, a major challenge in classifying sleep disorders lies in the imbalance of data distribution—where majority classes have substantially more data than minority ones. This imbalance often leads to predictive models that favor the dominant class, thereby reducing overall classification accuracy. This study focuses on enhancing sleep disorder classification performance on imbalanced datasets by applying the Synthetic Minority Over-sampling Technique (SMOTE) to balance the data. It also evaluates the effectiveness of various machine learning algorithms in identifying sleep disorders. The algorithms analyzed include Random Forest (RF), Neural Network (NN), Naive Bayes (NB), K-Nearest Neighbor (KNN), Support Vector Machine (SVM), and Logistic Regression (LR), tested both before and after applying SMOTE. Model performance was assessed using accuracy, precision, recall, and F1-score to ensure a comprehensive evaluation. The findings indicate that SMOTE consistently boosts the performance of all tested models. Among them, the Neural Network combined with SMOTE achieved the highest performance, with an accuracy of 92.00%, precision of 91.88%, recall of 92.00%, and an F1-score of 91.91%. Additionally, the Random Forest model with SMOTE produced the highest F1-score at 93.18%, demonstrating strong performance stability. These results highlight the effectiveness of integrating oversampling techniques like SMOTE with machine learning models to address class imbalance, leading to more accurate and reliable classification outcomes. The study offers valuable insights for developing AI-based medical decision support systems focused on sleep disorder diagnosis.
Optimization of Crop Recommendation Model Using Ensemble Learning Techniques for Multiclass Classification Marlina, Siti; Misriati, Titik; Aryanti, Riska
Computer Science (CO-SCIENCE) Vol. 6 No. 1 (2026): January 2026
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/co-science.v6i1.10044

Abstract

Crop recommendation systems play a crucial role in modern agriculture by helping farmers make data-driven decisions to maximize yield, optimize resource use, and ensure sustainable farming practices. By analyzing environmental and soil parameters, these systems can suggest the most suitable crops for specific conditions, reducing the risks of crop failure and improving overall productivity. This study evaluates the performance of five ensemble learning algorithms—Random Forest, Extra Trees, CatBoost, XGBoost, and LightGBM—for multiclass classification in a crop recommendation system. All models achieved high accuracy above 98%, with Random Forest demonstrating the best and most stable performance. The feature importance analysis revealed that climatic factors, particularly rainfall and humidity, contributed the most to prediction outcomes, followed by macronutrients such as potassium, phosphorus, and nitrogen. In contrast, temperature and soil pH showed relatively lower influence. These findings highlight the dominance of climatic factors over soil chemical properties and demonstrate the capability of ensemble learning methods to capture complex data patterns. Random Forest is recommended as the primary model to support more effective land management and crop cultivation strategies.