菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-09
📄 Abstract - Fraud Detection System for Banking Transactions

The expansion of digital payment systems has heightened both the scale and intricacy of online financial transactions, thereby increasing vulnerability to fraudulent activities. Detecting fraud effectively is complicated by the changing nature of attack strategies and the significant disparity between genuine and fraudulent transactions. This research introduces a machine learning-based fraud detection framework utilizing the PaySim synthetic financial transaction dataset. Following the CRISP-DM methodology, the study includes hypothesis-driven exploratory analysis, feature refinement, and a comparative assessment of baseline models such as Logistic Regression and tree-based classifiers like Random Forest, XGBoost, and Decision Tree. To tackle class imbalance, SMOTE is employed, and model performance is enhanced through hyperparameter tuning with GridSearchCV. The proposed framework provides a robust and scalable solution to enhance fraud prevention capabilities in FinTech transaction systems. Keywords: fraud detection, imbalanced data, HPO, SMOTE

顶级标签: financial machine learning systems
详细标签: fraud detection imbalanced data hyperparameter optimization transaction analysis fintech 或 搜索:

银行交易欺诈检测系统 / Fraud Detection System for Banking Transactions


1️⃣ 一句话总结

这篇论文提出了一种基于机器学习的解决方案,通过使用合成交易数据、处理数据不平衡问题并优化多种分类模型,来有效识别和防范日益复杂的在线金融交易欺诈行为。

源自 arXiv: 2604.07952