paper-with-me

홈 › Papers

Churn Prediction with Sequential Data and Deep Neural Networks. A Comparative Analysis

2019-09-24 · C. Gary Mena, Arno De Caigny, Kristof Coussement, Koen W. De Bock, Stefan Lessmann

Off-the-shelf machine learning algorithms for prediction such as regularized logistic regression cannot exploit the information of time-varying features without previously using an aggregation procedure of such sequential data. However, recurrent neural networks provide an alternative approach by which time-varying features can be readily used for modeling. This paper assesses the performance of neural networks for churn modeling using recency, frequency, and monetary value data from a financial services provider. Results show that RFM variables in combination with LSTM neural networks have larger top-decile lift and expected maximum profit metrics than regularized logistic regression models with commonly-used demographic variables. Moreover, we show that using the fitted probabilities from the LSTM as feature in the logistic regression increases the out-of-sample performance of the latter by 25 percent compared to a model with only static features.

📄 PDF Abstract BibTeX arXiv:1909.11114

Code (1)

adamribaudo/ds5500-capstone

Tasks

regression

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Combining Sequential and Aggregated Data for Churn Prediction in Casual Freemium Games

2022-09-06 · Jeppe Theiss Kristensen, Paolo Burelli

In freemium games, the revenue from a player comes from the in-app purchases made and the advertisement to which that player is exposed. The longer a player is playing the game, the higher will be the chances that he or …

I Know You'll Be Back: Interpretable New User Clustering and Churn Prediction on a Mobile Social Application

2019-09-29 · Carl Yang, Xiaolin Shi, Jie Luo, Jiawei Han

As online platforms are striving to get more users, a critical challenge is user churn, which is especially concerning for new users. In this paper, by taking the anonymous large-scale real-world data from Snapchat as an…

Clustering

Causal Analysis of Customer Churn Using Deep Learning

2023-04-20 · International Conference on Digital Society and Intelligent Systems (DSInS) 2021 12 · David Hason Rudd, Huan Huo, Guandong Xu

Customer churn describes terminating a relationship with a business or reducing customer engagement over a specific period. Two main business marketing strategies play vital roles to increase market share dollar-value: g…

Deep LearningMarketingSequential Pattern Mining

A Latent Feelings-aware RNN Model for User Churn Prediction with Behavioral Data

2019-11-06 · Meng Xi, Zhiling Luo, Naibo Wang, Jianwei Yin

Predicting user churn and taking personalized measures to retain users is a set of common and effective practices for online game operators. However, different from the traditional user churn relevant researches that can…

Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using Survival Ensembles

2017-10-06 · África Periáñez, Alain Saas, Anna Guitart, Colin Magne

Reducing user attrition, i.e. churn, is a broad challenge faced by several industries. In mobile social games, decreasing churn is decisive to increase player retention and rise revenues. Churn prediction models allow to…

Ensemble LearningPredictionSurvival Analysis