cover
Contact Name
Yuhefizar
Contact Email
jurnal.resti@gmail.com
Phone
+628126777956
Journal Mail Official
ephi.lintau@gmail.com
Editorial Address
Politeknik Negeri Padang, Kampus Limau Manis, Padang, Indonesia.
Location
,
INDONESIA
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi)
ISSN : 25800760     EISSN : 25800760     DOI : https://doi.org/10.29207/resti.v2i3.606
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) dimaksudkan sebagai media kajian ilmiah hasil penelitian, pemikiran dan kajian analisis-kritis mengenai penelitian Rekayasa Sistem, Teknik Informatika/Teknologi Informasi, Manajemen Informatika dan Sistem Informasi. Sebagai bagian dari semangat menyebarluaskan ilmu pengetahuan hasil dari penelitian dan pemikiran untuk pengabdian pada Masyarakat luas dan sebagai sumber referensi akademisi di bidang Teknologi dan Informasi. Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) menerima artikel ilmiah dengan lingkup penelitian pada: Rekayasa Perangkat Lunak Rekayasa Perangkat Keras Keamanan Informasi Rekayasa Sistem Sistem Pakar Sistem Penunjang Keputusan Data Mining Sistem Kecerdasan Buatan/Artificial Intelligent System Jaringan Komputer Teknik Komputer Pengolahan Citra Algoritma Genetik Sistem Informasi Business Intelligence and Knowledge Management Database System Big Data Internet of Things Enterprise Computing Machine Learning Topik kajian lainnya yang relevan
Articles 15 Documents
Search results for , issue "Vol 8 No 4 (2024): August 2024" : 15 Documents clear
Improved Backpropagation Using Genetic Algorithm for Prediction of Anomalies and Data Unavailability Widi Nurcahyo, Gunadi; Akbari Wafridh; Yuhandri
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5507

Abstract

Anomalies and data unavailability are significant challenges in conducting surveys, affecting the validity, reliability, and accuracy of analysis results. Various methods address these issues, including the Backpropagation Neural Network (BPNN) for data prediction. However, BPNN can get stuck in local minima, resulting in suboptimal error values. To enhance BPNN's effectiveness, this study integrates Genetic Algorithm (GA) optimization, forming the BPGA method. GA is effective in finding optimal parameter solutions and improving prediction accuracy. This research uses data from the 2022 National Socio-Economic Survey (Susenas) in Solok District to compare the prediction performance of BPNN, Multiple Imputation (MI), and BPGA methods. The comparison involves training the models with a subset of the data and testing their predictions on a separate subset. The BPGA method demonstrates superior accuracy, with the lowest mean squared error (MSE) and highest average accuracy, outperforming both BPNN and MI methods.
Increasing the Accuracy of Brain Stroke Classification using Random Forest Algorithm with Mutual Information Feature Selection Fachruddin, Fachruddin; Rasywir , Errissya; Pratama, Yovi
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5795

Abstract

Brain stroke stands out as a leading cause of death, distinguishing it from common illnesses and highlighting the critical need to utilize machine learning techniques to identify symptoms. Among these techniques, the Random Forest (RF) algorithm emerged as the main candidate because of its optimal accuracy values. RF was chosen for its ensemble learning properties that optimize accuracy while simultaneously, bagging all outputs (DT), thus increasing its efficacy. Feature Selection, an important data analysis step, which is mainly achieved through pre-processing, aims to identify influential features and ignore less impactful features. Mutual Information serves as an important feature selection method. Specifically, the highest level of accuracy was achieved by cross-validating the test data - 10, resulting in 0.7760 without feature selection and 0.7790 with mutual information. Most of the attributes in the brain stroke dataset show relevance to the stroke disease class, but the resulting decision tree shows age as a particularly important node. So, the research results show that the selection feature (Mutual Information) can increase the accuracy of brain stroke classification, although it is not significant, namely an increase of 0.0030%. With an increase, where there is no significant difference, it can be said that almost all the attributes contained in the brain stroke dataset used have an influence on their relevance to the stroke disease class.
Analysis of Sulawesi Earthquake Data from 2019 to 2023 using DBSCAN Clustering Wijaya, Ody Octora; Rushendra
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5819

Abstract

Sulawesi is a region in Indonesia known for its significant seismic activity, and its history of impactful earthquakes makes it an area of crucial importance for in-depth analysis. This study analyses earthquake occurrence data in the Sulawesi region from 2019 to 2023 using clustering methods with the DBSCAN algorithm. The utilization of the DBSCAN algorithm was chosen for its ability to cluster data based on spatial density, well-suited for analyzing the spatial patterns of earthquakes. DBSCAN is known for its effectiveness in identifying spatial clusters, especially in handling data with undefined density patterns. The primary aim of this research is to identify spatial earthquake occurrence patterns, classify regions with similar earthquake occurrence rates, describe the characteristics of the resulting spatial clusters, and identify seismic gap areas. The results of analysis and clustering using the DBSCAN algorithm have identified clusters with earthquake depth characteristics, which are expected to make a significant contribution to mapping and understanding earthquake vulnerability and distribution in this region. These findings can aid in more effective disaster mitigation planning, support sustainable development efforts, and enhance earthquake preparedness and response in Sulawesi. This study contributes to a better understanding of earthquake patterns and potential seismic gaps in Sulawesi, which is crucial for developing improved risk mitigation strategies and supporting sustainable development policies.
Comparative Analysis of Gradient Descent Learning Algorithms in Artificial Neural Networks for Forecasting Indonesian Rice Prices Rica Ramadana; Agus Perdana Windarto; Dedi Suhendro
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5822

Abstract

Artificial Neural Networks (ANN) are a field of computer science that mimics the way the human brain processes data. ANNs can be used to classify, estimate, predict, or simulate new data from similar sources. The commonly used algorithm for prediction in ANN is Backpropagation, which yields high accuracy but tends to be slow during the training process and is prone to local minima. To address these issues, appropriate parameters are needed in the Backpropagation training process, such as an optimal learning function. The aim of this study is to evaluate and compare various learning functions within the Backpropagation algorithm to determine the best one for prediction cases. The learning functions evaluated include Gradient Descent Backpropagation (traingd), Gradient Descent with Adaptive Learning Rate (traingda), and Gradient Descent with Momentum and Adaptive Learning Rate (traingdx). The dataset used is the average wholesale rice price in Indonesia, obtained from the Central Statistics Agency (BPS) website. The evaluation results show that the traingdx learning function with a 5-5-1 architecture model achieves the highest accuracy of 83.33%, representing an 8.3% improvement over the traingd and traingda learning functions, which both achieved a maximum accuracy of 75%. Based on this study, it can be concluded that using various learning functions in Backpropagation yields better accuracy compared to standard Backpropagation.
Twitter Sentiment Analysis Towards Candidates of the 2024 Indonesian Presidential Election Cahyanti, Rhoma; Desiana Nurul Maftuhah; Aris Budi Santoso; Indra Budi
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5839

Abstract

Long before the elections were held, the topic related to elections was widely discussed on news portals and social media, including Twitter. A few studies related to the Indonesian election have tried to predict candidates who will run for the presidential election, but there has been no research that examines public sentiment on social media towards each of the potential candidates. The main objective of this study is to analyze the public sentiment in Twitter towards potential candidates for the 2024 Indonesian presidential election. This research seeks to fill the gaps in previous research and become a reference for further research regarding sentiment analysis for election prediction using Twitter. The presidential candidates used in the research are the top 3 candidates based on the Poltracking survey, namely Ganjar Pranowo, Prabowo Subianto, and Anies Baswedan. The data were taken from January until October 2022, more than a year before the general election began. To predict the sentiment, four different machine-learning methods were used and compared to each other. There are Naïve Bayes, Support Vector Machines, Random Forests, and Neural Networks. Based on the sentiment results of each candidate, the highest sentiment towards Prabowo is neutral (55.49%), the highest sentiment towards Ganjar is positive (61.34%), and the highest sentiment towards Anies is neutral (44.84%). Results from the study also show that Anies was the presidential candidate who received more negative sentiment than the other two (56.63%). Meanwhile, Ganjar Pranowo got the most positive sentiment of all (42,69%). For the neutral sentiment, Anies Baswedan also got the most results (39,87%), followed by Prabowo (38.99%) and Ganjar Pranowo (21.14%). The result of the study also discovered that random forest and neural networks have the best performance for sentiment analysis.
Skin Cancer Classification Using a Hybrid Pre-trained CNN with Random Forest Classifier Kostidjan, Okky Darmawan; Purwanto, Yudhi; Yuniarti, Anny
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5857

Abstract

Skin cancer, a leading cause of global mortality with 10 million deaths annually, is projected to increase rapidly if not diagnosed early. Traditional diagnosis relies on visual evaluation and histopathology, which are subjective and time-consuming. Recent advances in Convolutional Neural Networks (CNN) enable automated, accurate image analysis for early identification. This study explores pre-trained CNN models, including DenseNet-201, InceptionV3, MobileNet, ResNet50, and VGG16, by modifying them to better identify skin lesions as malignant or benign. The proposed models outperformed the state-of-the-art CNN models evaluated on publicity with traditional test data. The proposed models achieved 94.20% accuracy, which is higher than that of traditional CNN models.
A Quantum Perceptron: A New Approach for Predicting Rice Prices at the Indonesian Wholesale Trade Level Solikhun; Yunita, Tri
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5869

Abstract

The wholesale rice trade in Indonesia encounters various challenges in forecasting prices. These challenges are influenced by factors such as weather, government policies, global market conditions, and other economic variables. Accurate price predictions are crucial for informing government policy in a timely manner. This research introduces a new approach that utilizes the Quantum Perceptron algorithm to forecast rice prices. The algorithm, an innovative method in quantum computing, is expected to enhance the efficiency and effectiveness of price predictions. Although the research is still in the analytical stage, the use of Quantum Perceptron shows promise in dynamically addressing the complexity of market data and the variability of factors affecting rice prices. The method focuses on developing models that can leverage quantum computing to process information more effectively than classical methods. By harnessing the unique properties of quantum mechanics, such as superposition and entanglement, Quantum Perceptron can identify complex patterns and optimize predictions of future rice prices. The research describes the implementation of quantum algorithms in the context of the Indonesian rice wholesale market, including the technical challenges encountered and future development prospects. The research utilizes quantum computing along with the perceptron algorithm. The researchers focused on analyzing the quantum perceptron algorithm because of the limited availability of quantum computing devices. The findings of this research are confined to analysis. In order to advance this research, the author recommends that future studies employ quantum devices to achieve more accurate predictions
Deep Learning-Based Waste Classification with Transfer Learning Using EfficientNet-B0 Model Risfendra, Risfendra; Ananda, Gheri Febri; Setyawan, Herlin
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5875

Abstract

Recycling of waste is a significant challenge in modern waste management. Conventional techniques that use inductive and capacitive proximity sensors exhibit limitations in accuracy and flexibility for the detection of various types of waste. Indonesia generates approximately 175,000 tons of waste per day, highlighting the urgent need for efficient waste management solutions. This study develops a waste classification system based on deep learning, leveraging the powerful EfficientNet-B0 model through transfer learning. EfficientNet-B0 is designed with a compound scaling method, which uniformly scales network depth, width, and resolution, providing an optimal balance between accuracy and computational efficiency. The model was trained on a dataset containing six classes of waste—glass, cardboard, paper, metal, plastic, and residue—totalling 7014 images. The model was trained using data augmentation and fine-tuning techniques. The training results show a test accuracy of 91.94%, a precision of 92.10%, and a recall of 91.94%, resulting in an F1-score of 91.96%. Visualization of predictions demonstrates that the model effectively classifies waste in new test data. Implementing this model in the industry can automate the waste sorting process more efficiently and accurately than methods based on inductive and capacitive proximity sensors. This study underscores the significant potential of deep learning models, particularly EfficientNet-B0, in industrial waste classification applications and opens opportunities for further integration with sensor and robotic systems for more advanced waste management solutions.
Classification of Toraja Wood Carving Motif Images Using Convolutional Neural Network (CNN) Nurilmiyanti Wardhani; Asrul, Billy Eden William; Antonius Riman Tampang; Sitti Zuhriyah; Abdul Latief Arda
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5897

Abstract

Wood carving is a cultural heritage with deep meaning and significance for the Toraja ethnic group's culture. By understanding the meaning of each Toraja carving, both tourists and the local community can gain knowledge about Toraja culture, thereby preserving and maintaining the culture amidst modern developments. Image processing approaches, particularly the development of Convolutional Neural Networks (CNN), offer a solution for extracting information from the diverse and intricate patterns of Toraja wood carvings. This study is highly significant as it implements a deep learning model using the CNN algorithm optimized with the ResNet50 architecture. The methodology in this study involves adjusting the batch size during the model training phase and applying weak-to-strong pixel transformation during the double threshold hysteresis phase in the Canny Feature Extraction process on the edges of Toraja carving images, resulting in ResNet50 architecture accurately recognizing the patterns of Toraja wood carvings. The results demonstrate significant improvements in the performance of the ResNet50 architecture with the preprocessed dataset. average precision, recall, precision, and F1-Score improvements in each Toraja carving class. For the Pa' Lulun Pao class, it was found that the precision and recall values were 0.94, and the F1-Score was 0.94. The Pa’ Somba class also showed good results, with a precision value of 0.9697, a recall of 0.96, and an F1-Score of 0.9648. The Pa’ Tangke Lumu class showed even better results, with a precision value of 0.9898, a recall of 0.97, and an F1-Score of 0.9798. The Pa’ Tumuru class also demonstrated good performance, with a precision value of 0.9327, a recall of 0.97, and an F1-Score of 0.9500. This study not only underscores the effectiveness of processing in enhancing CNN capabilities but also opens opportunities for further research in applying these methods to various image types and exploring different CNN architectures.
Comparing Correlation-Based Feature Selection and Symmetrical Uncertainty for Student Dropout Prediction Haryono Setiadi; Larasati, Indah Paksi; Esti Suryani; Wardani, Dewi Wisnu; Wardani, Hasan Dwi Cahyono; Ardhi Wijayanto
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 4 (2024): August 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i4.5911

Abstract

Predicting student dropout is essential for universities dealing with high attrition rates. This study compares two feature selection (FS) methods—correlation-based feature selection (CFS) and symmetrical uncertainty (SU)—in educational data mining for dropout prediction. We evaluate these methods using three classification algorithms: decision tree (DT), support vector machine (SVM), and naive Bayes (NB). Results show that SU outperforms CFS overall, with SVM achieving the highest accuracy (98.16%) when combined with SU Moreover, this study identifies total credits in the fourth semester, cumulative GPA, gender, and student domicile as key predictors of student dropout. This study shows how using feature selection methods can improve the accuracy of predicting student dropout, helping educational institutions retain students better.

Page 1 of 2 | Total Record : 15