Solikhun
STIKOM Tunas Bangsa

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Application of Neural Network Variations for Determining the Best Architecture for Data Prediction Mochamad Wahyudi; Firmansyah; Lise Pujiastuti; Solikhun
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 6 No 5 (2022): Oktober 2022
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (943.184 KB) | DOI: 10.29207/resti.v6i5.4356

Abstract

This study focuses on the application and comparison of the epoch, time, performance/MSE training, and performance/MSE testing of variations of the Backpropagation algorithm. The main problem in this study is that the Backpropagation algorithm tends to be slow to reach convergence in obtaining optimum accuracy, requires extensive training data, and the optimization used is less efficient and has performance/MSE which can still be improved to produce better performance/MSE in this research—data prediction process. Determination of the best model for data prediction is seen from the performance/MSE test. This data prediction uses five variations of the Backpropagation algorithm: standard Backpropagation, Resistant Backpropagation, Conjugate Gradient, Fletcher Reeves, and Powell Beale. The research stage begins with processing the avocado production dataset in Indonesia by province from 2016 to 2021. The dataset is first normalized to a value between 0 to 1. The test in this study was carried out using Matlab 2011a. The dataset is divided into two, namely training data and test data. This research's benefit is producing the best model of the Backpropagation algorithm in predicting data with five methods in the Backpropagation algorithm. The test results show that the Resilient Backpropagation method is the best model with a test performance of 0.00543829, training epochs of 1000, training time of 12 seconds, and training performance of 0.00012667.
OPTIMIZATION OF PREDICTION OF LUNG DISORDERS USING LSTM COMPARISON OF RMSPROP AND ADAM Egi Batubara; Solikhun; Agus Perdana Windarto
JITK (Jurnal Ilmu Pengetahuan dan Teknologi Komputer) Vol. 11 No. 3 (2026): JITK Issue February 2026
Publisher : LPPM Nusa Mandiri

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33480/jitk.v11i3.7767

Abstract

Accurate prediction of pulmonary disorders is essential to support early diagnosis and clinical decision-making. Medical time-series data are inherently nonlinear and temporally dependent, making conventional statistical approaches insufficient. This study formulates pulmonary disorder prediction as a regression problem and proposes an optimized Long Short-Term Memory (LSTM) model by comparing two widely used optimization algorithms, RMSProp and Adam. The dataset consists of 30,000 clinical records obtained from an open-source Kaggle repository, including demographic, behavioral, and health-related variables relevant to respiratory conditions. Data preprocessing involved categorical encoding and Min–Max normalization, followed by an 80:20 train–test split. Model performance was evaluated using Mean Squared Error (MSE), Mean Absolute Error (MAE), and the coefficient of determination (R²). Experimental results demonstrate that the Adam optimizer achieves superior performance with lower prediction errors and more stable convergence compared to RMSProp and the baseline SGD optimizer. These findings highlight the critical role of optimizer selection in LSTM-based medical time-series modeling.