AI-Based Credit Card Fraud Detection System Using Machine Learning
Abstract
The rapid growth of digital banking, online transactions, and the electronic payment of the systems has been significantly increased the use of credit cards, results in the parallel rise in fraudulent activities. Traditional methods of detecting the fraud are often unable to handle large-scale transaction data and evolving fraud patterns efficiently. This paper presents an AI-Based Credit Card Fraud Detection System using Machine Learning to identify suspicious transactions accurately and in the real time. To identify patterns and detect potential fraud, the proposed system analyzes past transaction data containing various transaction-related attributes amount, merchant details, category, time, and customer information. Data preprocessing techniques including K-Nearest Neighbor (KNN) imputation are applied to handle missing values, followed by label encoding and Z-score normalization to improve data quality and consistency. Feature engineering is performed to extract meaningful transaction patterns. The processed data is then classified using the XGBoost algorithm, which improves prediction accuracy through sequential learning and optimized decision trees. Experimental evaluation is carried out using a credit card transaction dataset containing legitimate and fraudulent records.