Publication Search

73,319 articles from 712 journals · 2,111 citations tracked

Showing 1-3 of 3

Analytics

Zebua, Ernest Duta Haga; Tanjung, Juliansyah Putra; Simatupang, Jonfiter; Sianturi, Magdalena

Dinamik 2026 Universitas Stikubank

Credit card fraud is a critical issue in digital financial transactions. This study aims to develop and evaluate fraud detection models using Logistic Regression and Gradient Boosting on an imbalanced dataset, where fraudulent transactions constitute only a small portion of the data. To address this imbalance, the Synthetic Minority Over-sampling Technique (SMOTE) was applied during preprocessing. Logistic Regression, used as a baseline model, achieved 95% accuracy, 78.6% precision, 55.9% recall, and a 65.3% F1-score. After applying class weighting and SMOTE, recall improved to 88.7%, but precision dropped to 52%, indicating that the model became overly sensitive and prone to false positives. Gradient Boosting initially produced better results, with 98% accuracy, 95.5% precision, 84.3% recall, and an 89.5% F1-score. After hyperparameter tuning and resampling, its performance improved further to 96.7% precision, 86.1% recall, and a 91.1% F1-score. These results indicate that Gradient Boosting is more effective in handling imbalanced data and offers greater reliability in detecting fraudulent transactions. The findings support the growing evidence in favor of ensemble learning techniques in fraud detection applications. This research contributes practical insights into improving the accuracy and security of machine learning-based fraud detection systems in financial services.

Bonde, Lossan; Bichanga, Abdoul Karim

Journal of Computing Theories and Applications 2025 Universitas Dian Nuswantoro

Advances in information and internet technologies have significantly transformed the business environment, including the financial sector. The COVID-19 pandemic has further accelerated this digital adoption, expanding the e-commerce industry and highlighting the necessity for secure online transactions. Credit Card Fraud Detection (CCFD) stands critical as the prevalence of fraudulent activities continues to rise with the increasing volume of online transactions. Traditional methods for detecting fraud, such as rule-based systems and basic machine learning models, tend to fail to keep pace with fraudsters' evolving tactics. This study proposes a novel ensemble deep learning-based approach that combines Convolutional Neural Networks (CNN), Gated Recurrent Units (GRU), and Multilayer Perceptron (MLP) with the Synthetic Minority Oversampling Technique and Edited Nearest Neighbors (SMOTE-ENN) to address class imbalance and improve detection accuracy. The methodology integrates CNN for feature extraction, GRU for sequential transaction analysis, and Multilayer Perceptron (MLP) as a meta-learner in a stacking framework. By leveraging SMOTE-ENN, the proposed approach enhances data balance and prevents overfitting. With synthetic data, the robustness and accuracy of the model have been improved, particularly in scenarios where fraudulent examples are scarce. The experiments conducted on real-world credit card transaction datasets have established that our approach outperforms existing methods, achieving higher metrics performance.

Reyhand Ardhitha; Revifal Anugerah; Tata Sutabri

Repeater : Publikasi Teknik Informatika dan Jaringan 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Fraud in digital transactions has become a serious issue threatening the security and integrity of the fintech and e-commerce sectors. To address this problem, machine learning technology has emerged as an effective solution for automatically detecting anomalies and fraudulent transactions. This study aims to analyze the application of machine learning algorithms, specifically Support Vector Machine (SVM), Random Forest, and Ensemble Learning, in detecting fraud in digital transactions. The research adopts a quantitative approach with experimentation, testing the effectiveness of the three algorithms using a digital transaction dataset consisting of both fraudulent and non-fraudulent transactions. The results show that the Random Forest algorithm performs the best in terms of accuracy and recall, followed by Ensemble Learning, which enhances fraud detection performance by combining multiple prediction models. Meanwhile, SVM demonstrates satisfactory performance but is prone to overfitting issues when handling large and complex datasets. The study also finds that the problem of imbalanced data can affect model accuracy, and data balancing techniques such as oversampling are required to improve fraud detection performance. Overall, the findings suggest that machine learning, particularly Random Forest and Ensemble Learning algorithms, can be relied upon to improve fraud detection in digital transactions. However, challenges such as model interpretability and the need for periodic algorithm updates still need to be addressed to enhance the effectiveness of fraud prevention systems in countering the ever-evolving nature of fraud.