Arjon Turnip
Universitas Prima Indonesia

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

Found 2 Documents
Search

ECG-BASED ARRHYTHMIA DETECTION USING THE NARROW NEURAL NETWORK CLASSIFIER Angelia Ayu Chandra; Cecilia Sunnia; Kenrick Alvaro Wijaya; Abdi Dharma; Arjon Turnip; Mardi Turnip
JITK (Jurnal Ilmu Pengetahuan dan Teknologi Komputer) Vol. 11 No. 2 (2025): JITK Issue November 2025
Publisher : LPPM Nusa Mandiri

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

Abstract

Electrocardiograms (ECG) are important for detecting arrhythmias. Conventional models such as CNN and LSTM are accurate but require large amounts of computation, making them difficult to use on wearable devices and for real-time monitoring. This study evaluates the Narrow Neural Network Classifier (NNNC) as a lightweight and efficient alternative. The dataset consists of 21 subjects with 881 ECG samples, categorized based on walking, sitting, and running activities, and processed through bandpass filtering, normalization, and P-QRS- T wave segmentation. The data is divided into training (70%), validation (15%), and test (15%) sets. The NNNC has 11 convolutional layers, a ReLU activation function, a Softmax output, and 120,000 parameters. The model was trained using the Adam optimizer, a batch size of 32, and a learning rate of 0.001 for 100 epochs and compared with SVM, CNN, and LSTM using accuracy, precision, recall, F1-score, and ROC-AUC. The results show that NNNC achieves an accuracy of 98.9%, a precision of 99.2%, a recall of 99.2%, and an F1-score of 99.2%, higher than SVM and comparable to CNN/LSTM, with lower computational consumption. The model is capable of reliably detecting early arrhythmias. These findings support the potential of NNNC for ECG-based automatic diagnostic systems, including real-time implementation on wearable devices, although further research is needed for large-scale validation
Analysis of arrhythmia detection and classification using electrocardiogram signals with decision tree algorithm Putri Juniarti Marpaung; Nia Anggreni Matondang; Rince Margaretta Siregar; Angelica Ester Novelia Siahaan; Abdi Dharma; Arjon Turnip; Mardi Turnip
Bulletin of Electrical Engineering and Informatics Vol 15, No 3: June 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/eei.v15i3.10317

Abstract

Heart disease remains the primary cause of death globally, with arrhythmia diagnosis often limited by restricted access to medical personnel and the complexity of electrocardiogram (ECG) interpretation. Accurate arrhythmia classification is essential to prevent cardiovascular complications. The proposed method successfully categorized classify ECG signals into five categories: normal, abnormal, potentially arrhythmia, moderate arrhythmia risk, and highly potentially arrhythmia. Data were collected from 30 subjects under three activity scenarios: sitting, walking, and running. The proposed model achieved an accuracy of 99.4%, demonstrating strong potential for real-time monitoring applications. Performance evaluation was conducted using accuracy, precision, recall, and F1-score for each class. Although the dataset size remains relatively small, the findings highlight the effectiveness of decision tree as an efficient and interpretable classification method. Future research will involve validation using large-scale public databases like the arrhythmia database at MIT-BIH and comparisons with advanced methods including convolutional neural network (CNN), transformer-based models, and explainable artificial intelligent (XAI) frameworks.