Related Experiment Video
Updated: Sep 11, 2025

Design and Analysis for Fall Detection System Simplification
Published on: April 6, 2020
The analysis of fraud detection in financial market under machine learning
Jing Jin1,2, Yongqing Zhang3
1Medical Device College, Shanghai University of Medicine & Health Sciences, Shanghai, 201318, China. jinj@sumhs.edu.cn.
Abstract:
With the rapid development of the global financial market, the problem of financial fraud is becoming more and more serious, which brings huge economic losses to the market, consumers and investors and threatens the stability of the financial system. Traditional fraud detection methods based on rules and statistical analysis are difficult to deal with increasingly complex and evolving fraud methods, and there are problems such as poor adaptability and high false alarm rate. Therefore, this paper proposes a financial fraud detection model based on Stacking ensemble learning algorithm, which integrates many basic learners such as logical regression (LR), decision tree (DT), random forest (RF), Gradient Boosting Tree (GBT), support vector machine (SVM) and neural network (NN), and introduces feature importance weighting and dynamic weight adjustment mechanism to improve the model performance. The experiment is based on more than 1 million real financial transaction data. The results show that the Stacking model is significantly superior to the traditional single model in accuracy (95%), recall (93%) and F1 score (94%), and has stronger generalization ability and stability. Although the Stacking model has challenges in computing cost and delay, its advantages in fraud detection accuracy and robustness make it a powerful tool for financial institutions to improve their risk control ability. In the future, its real-time adaptability can be further optimized through online learning and incremental update mechanism.
Related Concept Videos
Steps in Outbreak Investigation
Classification of Signals
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
Regression Analysis
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Quantitative Analysis
In quantitative analysis, two key measurements are made: the sample quantity and a property proportional to the amount of the analyte (the substance being analyzed). This forms the basis of the...

