cover
Contact Name
I Putu Adi Pratama
Contact Email
putudipa@gmail.com
Phone
+6281236359112
Journal Mail Official
infoteks.organization@gmail.com
Editorial Address
Pogung Lor SIA XVII Sinduadi Mlati Sleman, Yogyakarta, Indonesia
Location
Kab. sleman,
Daerah istimewa yogyakarta
INDONESIA
JSIKTI (Jurnal Sistem Informasi dan Komputer Terapan Indonesia)
Published by Infoteks
ISSN : 26552183     EISSN : 26557290     DOI : 10.33173
Core Subject : Science,
data analysis, natural language processing, artificial intelligence, neural networks, pattern recognition, image processing, genetic algorithm, bioinformatics/biomedical applications, biometrical application, content-based multimedia retrievals, augmented reality, virtual reality, information system, game mobile, dan IT bussiness incubation
Articles 5 Documents
Search results for , issue "Vol 7 No 1 (2024): September" : 5 Documents clear
A Hybrid Approach to Chili Price Classification Using Ensemble Methods Anggara Putra, I Wayan Kintara
Jurnal Sistem Informasi dan Komputer Terapan Indonesia (JSIKTI) Vol 7 No 1 (2024): September
Publisher : INFOTEKS (Information Technology, Computer and Sciences)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33173/jsikti.241

Abstract

This study proposes a hybrid machine learning approach for predicting chili prices, integrating ensemble methods such as Random Forest, Gradient Boosting, and XGBoost to enhance forecasting accuracy. By analyzing historical price data, the model identifies key features, including day and value, as significant predictors. The hybrid model demonstrates superior performance in capturing non-linear patterns and seasonal variations compared to individual machine learning techniques. Evaluation metrics such as Mean Absolute Error (MAE) and Root Mean Square Error (RMSE) validate the model’s effectiveness in handling market volatility. The findings highlight the potential of advanced machine learning techniques in agricultural price forecasting, offering reliable and actionable insights for farmers, traders, and policymakers. This approach not only addresses challenges in market prediction but also provides a scalable framework for future enhancements, such as incorporating additional variables like weather and supply chain factors. By bridging the gap between data-driven analysis and practical application, this research contributes to stabilizing agricultural markets and supporting informed decision-making processes.
ARIMA Model for Time Series Forecasting of Doge Coin Prices Pratama, I Putu Adi
Jurnal Sistem Informasi dan Komputer Terapan Indonesia (JSIKTI) Vol 7 No 1 (2024): September
Publisher : INFOTEKS (Information Technology, Computer and Sciences)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33173/jsikti.242

Abstract

The volatility and speculative nature of cryptocurrencies present significant challenges for accurate price forecasting. This study evaluates the performance of the AutoRegressive Integrated Moving Average (ARIMA) model in predicting Dogecoin (DOGE) prices based on historical data obtained from reputable cryptocurrency platforms such as Binance, Coinbase, and CoinGecko. The ARIMA(5,1,0) model demonstrated strong performance under stable market conditions, achieving a Mean Squared Error (MSE) of 0.0006656 and a Root Mean Squared Error (RMSE) of 0.0258, effectively capturing linear price trends. However, the model’s limitations in handling high volatility and non-linear dependencies—common characteristics of cryptocurrency markets—were also identified. To address these challenges, the study explores hybrid ARIMA–neural network models that integrate statistical and machine learning approaches, improving predictive accuracy during periods of market instability. The results suggest that while ARIMA provides a solid baseline for time series forecasting, hybrid and sentiment-aware models incorporating social media and blockchain metrics offer more robust and adaptive solutions for dynamic cryptocurrency markets.
Machine Learning Forecasting Techniques for Analyzing Tourist Arrivals in Bali Sugiartawan, Putu; Wardani, Ni Wayan
Jurnal Sistem Informasi dan Komputer Terapan Indonesia (JSIKTI) Vol 7 No 1 (2024): September
Publisher : INFOTEKS (Information Technology, Computer and Sciences)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33173/jsikti.243

Abstract

This study investigates the application of machine learning (ML) techniques for forecasting tourist arrivals in Bali, leveraging a dataset spanning from 1982 to 2024. The Random Forest model, along with Linear Regression and Decision Tree, was evaluated for its ability to handle the complexities of tourism data, characterized by seasonality and nonlinear patterns. Among the models tested, Random Forest achieved the best performance, with the lowest Mean Squared Error (MSE) and Mean Absolute Error (MAE), demonstrating its robustness in capturing both short-term fluctuations and long-term trends. The findings highlight the potential of ML techniques to improve forecasting accuracy compared to traditional methods, especially in managing seasonal variations and external disruptions like the COVID-19 pandemic. However, limitations in predicting unprecedented events underscore the need for integrating external variables, such as economic indicators and travel restrictions. Future research should focus on hybrid models, scenario-based forecasting, and real-time data integration to enhance adaptability and predictive accuracy. These advancements aim to support policymakers and stakeholders in optimizing resource allocation, designing marketing strategies, and fostering sustainable tourism development in Bali.
Predicting Wine Quality Based on Features Using Naive Bayes Classifier Pradhana, Anak Agung Surya; Batubulan, Kadek Suarjuna; Kotama, I Nyoman Darma
Jurnal Sistem Informasi dan Komputer Terapan Indonesia (JSIKTI) Vol 7 No 1 (2024): September
Publisher : INFOTEKS (Information Technology, Computer and Sciences)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33173/jsikti.244

Abstract

This study explores the application of the Naive Bayes classifier in predicting wine quality based on physicochemical attributes. Leveraging a dataset containing features such as acidity, pH, alcohol content, and sulfur dioxide concentrations, the research aims to address the limitations of traditional sensory evaluation methods, which are often subjective and inconsistent. Data preprocessing, including normalization and feature selection, is performed to ensure the dataset is suitable for machine learning. The Naive Bayes classifier is implemented using Python's scikit-learn library, with hyperparameter tuning conducted to optimize its performance. The model is evaluated on metrics such as accuracy, precision, recall, and F1-score, achieving competitive results compared to other machine learning techniques such as Decision Trees and Support Vector Machines. The findings demonstrate the Naive Bayes classifier’s efficiency in handling high-dimensional data, its computational simplicity, and its potential for real-time quality assessment in the wine industry. This research highlights the role of machine learning in automating and enhancing quality control processes, contributing to the broader integration of data-driven approaches in the agri-food sector. The study underscores the feasibility of using physicochemical features as objective indicators of wine quality, offering a scalable and cost-effective alternative to traditional methods.
Decision Tree Model for Classifying University Students Eligible for UKT Waivers Agastyar Priatdana, Gde Yoga
Jurnal Sistem Informasi dan Komputer Terapan Indonesia (JSIKTI) Vol 7 No 1 (2024): September
Publisher : INFOTEKS (Information Technology, Computer and Sciences)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33173/jsikti.245

Abstract

This paper develops a Decision Tree-based classification model to determine student eligibility for UKT (Single Tuition Fee) waivers using socio-economic factors such as parental income, household type, parental occupation, number of dependents, and vehicle ownership. The goal is to automate the identification of students qualifying for financial aid, improving efficiency and fairness in resource allocation. The model was trained on a dataset containing both categorical and numerical features, with the target variable being binary: "Eligible" (1) or "Not Eligible" (0). The model achieved an overall accuracy of 93.33%, with strong performance for the "Eligible" class, reflected by excellent precision, recall, and F1-score. However, the model performed poorly on the "Not Eligible" class, with low recall and F1-score, highlighting the issue of class imbalance. To address this, techniques like resampling and class weighting are recommended to improve classification of the minority class. Exploring alternative models like Random Forest or XGBoost could also provide more balanced results. This underscores the importance of addressing class imbalance and using evaluation metrics beyond accuracy when developing classification models for imbalanced datasets.

Page 1 of 1 | Total Record : 5