Rahmad Abdillah
Department of Informatics Engineering, UIN Sultan Syarif Kasim Riau, Pekanbaru 28293, Indonesia

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

Found 3 Documents
Search

Data-driven segmentation of sharia-based SMEs digital readiness: Comparing K-means and fuzzy C-means for strategic transformation planning Ananda Vermiansyah; Okfalisa Okfalisa; Rahmad Abdillah; Surya Agustian
Science, Technology, and Communication Journal Vol. 6 No. 3 (2026): SINTECHCOM Journal (June 2026)
Publisher : Lembaga Studi Pendidikan dan Rekayasa Alam Riau

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.59190/stc.v6i3.391

Abstract

Quired to adopt digital technologies while preserving Islamic business principles such as transparency, fairness, trustworthiness, halal integrity, and ethical value creation. However, many sharia-based SMEs still lack clear diagnostic information regarding their digital readinesslevel, making it difficult for policymakers, business associations, and SMEs managers to design targeted digitaltransformation interventions. Prior studies on SMEs digitalisation have largely focused on technology adoption, digital marketing, or general readiness assessment, while limited attention has been given to data-driven segmentation models that can classify sharia-based SMEs into actionable readiness groups. Addressing this gap, this study compares K-means and Fuzzy C-means clustering to identify digital readiness patterns among sharia-based SMEs. The dataset consists of 314 SMES records collected through questionnaires and structured into two main perspectives, includes economic/business readiness and technological/digital readiness. The variables include business activity, transaction capability, management capability, market interaction, macro-environmental readiness, digital culture, digital education, financial resources, and technical infrastructure. Prior to clustering, the data were normalised to ensure comparability across indicators. K-means was used as a hard clustering benchmark because of its computational simplicity and ability to produce clear readiness groups, while Fuzzy C-means was applied as a soft clustering method because SMEs readiness boundaries are often overlapping and gradual rather than strictly separated. The clustering process was designed to generate three readiness categories viz., low, moderate, and high digital readiness. Model evaluation was conducted using silhouette index, Davies–Bouldin index, accuracy, F1-score, computational stability, and principal component analysis-based visualisation. The results show a trade-off between cluster separation quality and classification-oriented performance. Fuzzy C-means achieved a higher silhouette index of 0.1362 and a lower Davies–Bouldin index of 2.6126, indicating better internal cluster quality and stronger ability to represent overlapping readiness characteristics. In contrast, K-means produced higher accuracy of 0.6033 and F1-score of 0.3202, and more clearly formed three practical readiness categories. These findings suggest that Fuzzy C-means is more suitable for exploratory readiness profiling where SMEs may belong partially to more than one readiness stage, whereas K-means is more useful for managerial decision-making requiring crisp classification into low, moderate, and high readiness groups. This study contributes to SMEs digital transformation literature by demonstrating that sharia-based digital readiness should be analysed not only through aggregate scores, but also through segmentation models that reveal heterogeneous readiness patterns. Practically, the proposed comparative clustering framework provides a diagnostic basis for policymakers, Islamic business institutions, and SMEs development agencies to design differentiated digital capability-building programmes.
Application of ensemble methods on transformer sequence classification of BERT base uncased and RoBERTa-base models for hate speech detection Reza Mahendra Sardi; Surya Agustian; Rahmad Abdillah; Febi Yanto
Science, Technology, and Communication Journal Vol. 6 No. 3 (2026): SINTECHCOM Journal (June 2026)
Publisher : Lembaga Studi Pendidikan dan Rekayasa Alam Riau

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.59190/stc.v6i3.397

Abstract

The rapid growth of social media platforms has brought a significant impact on the volume of digital interactions, which unfortunately is accompanied by a dramatic increase in the spread of hate speech and offensive language. Manual identification of negative content is highly inefficient and unscalable, thereby necessitating the development of state-of-the-art natural language processing (NLP) based automated detection systems. This study proposes the application of ensemble methods on Transformer architectures by combining two leading pre-trained language models, namely BERT (bidirectional encoder representations from transformers) base uncased and RoBERTa (robustly optimized BERT approach) base. The main focus of this research is to evaluate the performance of combining both models through a weighted average ensemble approach based on raw prediction probabilities (logits) with an even weighting ratio (50:50). Experiments were conducted using the public hate speech and offensive content identification (HASOC) 2021 dataset, covering two main scenarios: binary classification to distinguish NOT (normal) and HOF (hate/offensive) classes, and multi-class classification to categorize samples into HATE, OFFN (offensive), PRFN (profane), and NONE classes. To address the inherent challenge of significant class imbalance in the training data, this study implemented a custom class weighting function in the trainer module during the fine-tuning process. Empirical evaluation results demonstrate that the integration of the ensemble method effectively optimizes linguistic representation, suppresses prediction bias in minority classes, and improves performance stability. The ensemble model successfully achieved a macro F1-score of 0.8186 with 83.37% accuracy in the binary scenario, and a macro F1 score of 0.6570 with 68.93% accuracy in multi-class classification. This superior performance surpasses the capabilities of each baseline model individually, making it a robust hybrid architecture in tackling the variation of foul language in contemporary social media ecosystems.
Application of the smote and backpropagation neural network (BPNN) techniques in the classification of non-alcoholic fatty liver disease (NAFLD) Arif Utama Rambe; Reski Mai Candra; Fitri Insani; Rahmad Abdillah; Siska Kurnia Gusti
Science, Technology, and Communication Journal Vol. 6 No. 3 (2026): SINTECHCOM Journal (June 2026)
Publisher : Lembaga Studi Pendidikan dan Rekayasa Alam Riau

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.59190/stc.v6i3.399

Abstract

Non-alcoholic fatty liver disease (NAFLD) is a liver disorder with a high global prevalence and a significant mortality risk. However, clinical NAFLD datasets often exhibit severe class imbalance, causing machine learning models to become biased toward the majority class. This study aims to classify the mortality risk of NAFLD patients using the backpropagation neural network (BPNN) algorithm combined with the synthetic minority over-sampling technique (SMOTE). To ensure model validity, the follow-up time variable (futime) was excluded to prevent data leakage. The experiments were conducted by comparing different data split ratios (70:30, 80:20, and 90:10) as well as various hidden layer configurations and learning rates. The experimental results indicate that, without SMOTE, the model was trapped in the illusion of high accuracy (92%) while failing to detect mortality cases effectively (recall < 15%). In contrast, the application of SMOTE significantly improved the recall value, reaching 79.85% under the 80:20 data split scenario. These findings demonstrate that the integration of SMOTE and BPNN is highly effective in minimizing missed diagnoses (false negatives) in imbalanced medical datasets.