MLP-ARD与逻辑回归及C4.5在PIP保险欺诈解释中的比较

MLP-ARD vs. logistic regression and C4.5 for PIP claim fraud explication

Insurance Mathematics and Economics · 2003
被引 2
ABS 3

中文导读

研究比较了多层感知机神经网络(MLP-ARD)、逻辑回归和C4.5决策树在个人伤害保护汽车保险索赔欺诈检测中识别重要预测变量的能力,发现MLP-ARD与逻辑回归结果一致,与C4.5差异较大。

Abstract

In this paper we demonstrate the explicative capabilities of multilayer perceptron neural networks (MLP) with automatic relevance determination (ARD) weight regularization for personal injury protection (PIP) automobile insurance claim fraud detection. The ARD objective function hyperparameter scheme provides a means for soft input selection as it allows to determine which predictor variables are most informative to the trained MLP. The MLP (hyper-)parameters are trained using MacKay’s (1992;1994) evidence framework for classification implementation of Bayesian learning on a data set of closed PIP insurance claims from accidents that occurred in Massachusetts during 1993. We adhere to an experimental strategy of using the aggregated decision from a ten-fold cross-validated ensemble for robust predictor importance assessment. The findings of MLP-ARD are then compared to the predictor importance evaluation from popular logistic regression and (smoothed+curtailed) C4.5 decision tree classifiers trained on the same data and using an identical experimental setup. The results show good agreement between logistic regression and MLP-ARD, while somewhat less between C4.5 and MLP-ARD.

汽车保险欺诈检测机器学习神经网络逻辑回归