cover
Contact Name
Afril Efan Pajri
Contact Email
ejurnal.tdinusofficial@jurnal.tdinus.com
Phone
-
Journal Mail Official
ejurnal.tdinusofficial@jurnal.tdinus.com
Editorial Address
JOURNAL OFFICIAL Indonesian Applied Research Computing and Informatics Official Publisher by PT. TERAS DIGITAL NUSANTARA KOTA BIMA, INDONESIA
Location
Kota bima,
Nusa tenggara barat
INDONESIA
Indonesian Applied Research Computing and Informatics
ISSN : -     EISSN : 31108806     DOI : https://doi.org/10.64479/iarci
Focus and Scope Indonesian Applied Research Computing and Informatics Indonesian Applied Research Computing and Informatics is a scientific journal that publishes applied research in the fields of computing and informatics. The journal aims to serve as a platform for academics, researchers, and practitioners to disseminate innovative, practical, and impactful technology-based solutions, particularly in the context of advancing science and technology in Indonesia. Scope of Topics Artificial Intelligence and Machine Learning Information Systems and Databases Cloud and Distributed Computing Image and Signal Processing Web and Mobile Technologies Software Engineering Intelligent Systems and Expert Systems Internet of Things (IoT) Cybersecurity and Cryptography Big Data and Analytics
Articles 10 Documents
Development of Personalized Recommendation System for Online Educational Content Based on Machine Learning Dwi Remawati; Khairunnisa; Afril efan Pajri; Kumaratih Sandradewi; Sri Hariyati Fitriasih
Indonesian Applied Research Computing and Informatics Vol. 1 No. 1: July (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The rapid growth of online educational platforms has increased the demand for intelligent recommendation systems that can personalize learning content to match individual learner needs. However, traditional methods such as Content-Based Filtering (CBF) and Collaborative Filtering (CF) often struggle with issues like data sparsity, limited adaptability, and cold-start problems. This study aims to develop a personalized recommendation system for online educational content by integrating Singular Value Decomposition (SVD) with an adaptive feedback loop to improve recommendation relevance and learner engagement. The proposed machine learning-based method captures latent user-item interactions and dynamically updates recommendations based on real-time user feedback. Experimental evaluation using a dataset of simulated learner interactions demonstrates that the proposed model significantly outperforms baseline methods, achieving higher scores in Precision (0.57), Recall (0.53), F1-Score (0.55), Mean Reciprocal Rank (MRR: 0.52), and Engagement Rate (72.1%). These results suggest that combining matrix factorization with adaptive learning can substantially enhance the performance of educational recommender systems, leading to more accurate, timely, and engaging content delivery.
Development of a Web-Based Rolling and Attendance System for News Coverage Employees at the Communication and Information Office (Kominfo) of Bima City Nabila Melani Putri; Muhammad Amirul Mu'min; Fathir; Suci Faaza Naafia
Indonesian Applied Research Computing and Informatics Vol. 1 No. 1: July (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The management of attendance and assignment of news coverage tasks at the Public Relations Division of Kominfo Bima City has previously been handled manually, resulting in inefficiency and disorganization. This study aims to develop a web-based system that facilitates digital employee attendance recording and automated rolling of news coverage assignments. The development method used is the Waterfall model, involving stages of requirement analysis, system design, implementation, and testing. The system is developed using PHP as the programming language and MySQL as the database, with a responsive user interface built using HTML and CSS. Implementation results show that the system can record real-time attendance, distribute assignments fairly, and ease the performance monitoring of employees. This system is expected to improve work efficiency and support digital transformation in government institutions, especially in public relations workforce management.
Development of a Dashboard-Based Information System to Improve Prospective Customer Engagement at PLN UP3 Bima Aldillah; Zumhur Alamin; Lailia Rahmawati; Sutriawan; Teguh Ansyor Lorosae; Fitriani Ramadhani
Indonesian Applied Research Computing and Informatics Vol. 1 No. 1: July (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

PT PLN (Persero) UP3 Bima faces challenges in effectively managing and analyzing prospective customer data, resulting in delays in decision-making and suboptimal utilization of potential connected power. This study aims to develop an interactive dashboard system using Looker Studio and Google Sheets to improve operational efficiency and support digital transformation within PLN. The methodology includes user needs analysis, real-time data integration from Google Sheets, and the design of data visualizations in Looker Studio based on key parameters such as customer growth trends, sector classification, and potential connected power. The implementation results show that the system effectively delivers accurate and timely information, assisting management in identifying opportunities to increase new customer connections. The impact of this system includes enhanced effectiveness in managing prospective customer data, faster decision-making processes, and stronger support for data-driven strategies to increase customer acquisition in a measurable way.
Optical Character Recognition (OCR) Of License Plates Using the KNN Method Abim Tisanarada; Yo Ceng Giap
Indonesian Applied Research Computing and Informatics Vol. 1 No. 1: July (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

This study aims to implement an IoT-based security system with character recognition (OCR). The OCR system utilizes a webcam and the KNN method to recognize vehicle license plate text in real-time. This prototype was tested using six samples of the latest Indonesian license plates. The character detection process involves steps such as capturing images from the webcam, preprocessing images to improve contrast and convert them to grayscale, and applying calibrated transformations. Image inversion and thresholding are performed to separate characters from the background. Character segmentation and filtering criteria are also performed to clean the character image from noise and remove inappropriate backgrounds. The detected characters are identified using Region of Interest (ROI) detection to ensure the validity of the characters. The validated contours are sorted from left to right to form the complete license plate number. Subsequently, KNN implementation is used to recognize the detected characters. Test results indicate that the KNN-based webcam license plate detection system, with K set to 1, performs well and achieves a sufficiently high level of performance. Testing at camera-to-license plate distances of 60 cm, 70 cm, and 80 cm shows an average accuracy rate of 100% within 5 seconds. This research contributes to the development of an efficient and accurate vehicle license plate recognition system for various applications, including parking systems and access control.
Improving Thesis Title Classification Accuracy Using Ensemble Classifier and Modified Chi-Square Feature Selection Method Ritzkal; Wahyu Tisno Atmojo; Panji Novantara; Sabir Rosidin; Ahmad Dedi Jubaedi; Enggar Novianto
Indonesian Applied Research Computing and Informatics Vol. 1 No. 1: July (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Text classification of academic documents, particularly thesis titles, poses challenges due to high dimensionality, sparsity, and topic heterogeneity. Conventional feature selection techniques, such as the standard Chi-Square, often fall short in capturing discriminative features effectively. This research aims to enhance classification accuracy by proposing a Modified Chi-Square feature selection method that integrates term frequency and class distribution information. The selected features are then classified using ensemble decision tree algorithms, including Random Forest, Gradient Boosting, and XGBoost. Experiments were conducted on a labeled dataset of thesis titles using TF-IDF for vector representation. Evaluation metrics such as accuracy, precision, recall, F1-score, and AUC were used to assess model performance. The results showed that the combination of Modified Chi-Square and XGBoost outperformed other models, achieving the highest accuracy of 93.8% and an AUC of 0.94. These findings demonstrate that the integration of advanced feature selection and ensemble learning techniques can significantly improve academic text classification performance, providing valuable implications for the development of intelligent digital repositories and recommendation systems.
Multi-Scale Convolutional Neural Network-Based Classification of Tuberculosis Chest X-ray Images M Ridwan; syafrudin _; Sahrul Fauzan Djiaulhaq; Siti Mutmainah; Teguh Ansyor Lorosae
Indonesian Applied Research Computing and Informatics Vol. 1 No. 2: December (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.64479/iarci.v1i2.60

Abstract

Tuberculosis (TB) is an infectious disease caused by the bacterium Mycobacterium tuberculosis, which mainly attacks the lung organs. One of the most commonly used methods of TB diagnosis is thorax X-ray imaging. The images of the examination results are visually analyzed by medical personnel to identify certain patterns or characteristics that indicate TB disease. However, the manual analysis process takes time and depends on the doctor's experience. Therefore, this study utilizes Artificial Intelligence (AI) technology as a diagnostic tool to provide alternative solutions that are faster and more efficient in determining TB status in patients. This study proposes the use of the Multi-Scale Convolutional Neural Network (CNN) method to classify tuberculosis disease based on thorax X-ray images. The data used was in the form of lung X-ray images that acted as inputs at the image processing stage. The dataset collected consisted of 790 images divided into two classes, namely normal lungs and lungs indicated by tuberculosis. The CNN architecture includes three convolutional layers with a kernel size of 3×3, three max pooling layers  of 2×2, and one fully connected layer with a softmax activation function. Each convolutional layer uses 128 filters, and the model learning process is optimized using the Adam Optimizer algorithm. The training process was carried out for 15 epochs and resulted in an accuracy rate of 81%. Furthermore, at the model evaluation stage, an accuracy of 79% was obtained, indicating that the proposed method has sufficient performance in classifying tuberculosis disease.
Impact of Data Normalization on K-Nearest Neighbor Classification Performance: A Case Study on Date Fruit Dataset Muhammad Jauhar Vikri; Afril Efan Pajri; Putri Liana
Indonesian Applied Research Computing and Informatics Vol. 1 No. 2: December (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.64479/iarci.v1i2.61

Abstract

Data normalization is a crucial preprocessing step for distance-based classification algorithms such as K-Nearest Neighbor (KNN), as differences in feature scales can significantly affect distance calculations and classification accuracy. This study investigates the impact of data normalization on KNN classification performance using the Date Fruit Dataset as a case study. Three preprocessing scenarios are evaluated: raw data without normalization, Min–Max normalization, and Z-score standardization. In addition, the performance of standard KNN is compared with distance-weighted KNN to assess the contribution of distance weighting under different preprocessing conditions. The experiments are conducted using stratified 10-fold cross-validation, and model performance is evaluated using accuracy and standard deviation. Statistical significance of performance differences is examined using paired t-test, and sensitivity analysis is performed to analyze the effect of varying the number of nearest neighbors. The results show that data normalization leads to a substantial improvement in classification performance compared to raw data. Z-score standardization achieves the highest and most stable accuracy, followed by Min–Max normalization. Distance-weighted KNN consistently produces slightly higher accuracy than standard KNN; however, the improvement is not statistically significant after normalization. Sensitivity analysis indicates that normalized data results in a wider and more stable range of optimal k values. These findings demonstrate that data normalization plays a more dominant role than distance weighting in improving KNN performance. The study provides empirical evidence that proper preprocessing is essential for reliable KNN-based classification and establishes a robust baseline for further enhancements such as feature weighting and metaheuristic optimization.
MobileNetV2 Transfer Learning Implementation for Waste Classification Fifi Andriani; Ade Yuliati; Anis Yaturahmah; Siti Mutmainah
Indonesian Applied Research Computing and Informatics Vol. 1 No. 2: December (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.64479/iarci.v1i2.62

Abstract

Waste management issues represent one of the major challenges in maintaining environmental sustainability, as the waste sorting process is still largely performed manually, requiring significant time and effort and relying heavily on human accuracy, which makes it inefficient and prone to errors. Therefore, this study utilizes Artificial Intelligence (AI) technology as a solution to support more effective and sustainable environmental management by proposing the use of the Convolutional Neural Network (CNN) algorithm to classify waste types based on digital images. The data used consist of waste images as inputs in the image processing stage, which are then classified into several waste categories. The CNN architecture applied consists of multiple convolutional layers with a kernel size of 3×3, max pooling layers for feature extraction, and a fully connected layer with a softmax activation function to determine the output class, while the model training process is optimized using the Adam Optimizer algorithm. The experimental results demonstrate that the proposed CNN model is capable of classifying waste types with a good level of accuracy, indicating that this AI-based approach can serve as an effective supporting solution for intelligent, efficient, and sustainable waste management systems and contribute to environmental conservation efforts.
Unsupervised Credit Card Fraud Detection Using Autoencoder-Based Anomaly Detection on Highly Imbalanced Transaction Data Mursalim Mursalim; Sutriawan Sutriawan; Nimas Ratna Sari; Nur Wahyu Hidayat; Zumhur Alamin
Indonesian Applied Research Computing and Informatics Vol. 1 No. 2: December (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.64479/iarci.v1i2.64

Abstract

Credit card fraud detection is a critical problem in the financial sector, primarily due to its direct correlation with financial liability and the preservation of user integrity. A major challenge in fraud detection is the extreme class imbalance, where fraudulent transactions are rare compared to legitimate ones, causing supervised approaches to require sufficient labeled fraud data and often become biased toward the majority class. This study proposes an unsupervised anomaly detection approach based on an Autoencoder to identify fraudulent transactions in highly imbalanced credit card transaction data. The Autoencoder is trained exclusively on normal transactions to learn representative patterns of legitimate behavior. During inference phase, transactions exhibiting elevated reconstruction error relative to established norms are designated as anomalies, indicative of potential fraud. The experiments use the Credit Card Fraud Detection dataset from Kaggle, containing 284,807 transactions: 284,315 normal (99.828%) and 492 fraudulent (0.172%). The workflow includes numerical feature normalization for the Time and Amount attributes, splitting normal data into training and validation sets, selecting an anomaly threshold based on the reconstruction error distribution, and evaluating performance using metrics suitable for imbalanced data such as precision, recall, and F1-score. The results indicate that the proposed unsupervised Autoencoder offers an effective alternative when labeled fraud examples are limited, by detecting deviations from normal transaction patterns through reconstruction behavior.
Deep Learning-Based Software Defect Detection: A Comparative Study of Neural Network Architectures Linda Marlinda; Gilang Mahendra; Ade Kurniawan; Doni Ramdhani; Irma Eryanti Putri; Miftahul Jannah
Indonesian Applied Research Computing and Informatics Vol. 1 No. 2: December (2025)
Publisher : PT. Teras Digital Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.64479/iarci.v1i2.65

Abstract

Software defect prediction plays a crucial role in software quality assurance by enabling early identification of defect-prone modules, thereby reducing testing effort and improving software reliability. This study presents a comprehensive comparative analysis of three widely used deep learning architectures Multi-Layer Perceptron (MLP), Convolutional Neural Network (CNN), and Long Short-Term Memory (LSTM) for software defect prediction under identical experimental conditions. A systematic seven-phase framework was employed, covering data collection, preprocessing, feature engineering, model implementation, training, validation, and comparative evaluation using twelve datasets from the NASA Metrics Data Program. Experimental results indicate that the LSTM architecture consistently outperforms CNN and MLP, achieving an average accuracy of 93.5%, precision of 94.2%, recall of 93.1%, F1-score of 93.6%, and ROC-AUC of 0.947 across all datasets. Statistical significance analysis using Friedman and Wilcoxon signed-rank tests confirms that the performance improvements of LSTM are statistically significant (p < 0.001) with large effect sizes. Furthermore, cross-dataset evaluation demonstrates that LSTM exhibits superior generalization capability, with a smaller average accuracy degradation compared to CNN and MLP. The study also highlights important trade-offs between predictive performance and computational efficiency, providing practical guidance for architecture selection in real-world software defect prediction systems. These findings contribute empirical insights and deployment-oriented recommendations for advancing automated software quality assurance.

Page 1 of 1 | Total Record : 10