Clustering of Bank Customers using LSTM-based encoder-decoder and Dynamic Time Warping
Ehsan Barkhordar, Mohammad Hassan Shirali-Shahreza, Hamid Reza Sadeghi

TL;DR
This paper presents a hybrid clustering method for bank customers using an LSTM encoder-decoder, DTW, and RFM features, resulting in more accurate customer segmentation for targeted banking services.
Contribution
It introduces a novel hybrid approach combining neural network features, sequence similarity, and demographic data for improved customer clustering.
Findings
Hybrid method yields more accurate clusters than individual techniques.
Neural network layer types significantly affect clustering results.
High neural network error does not necessarily impair clustering quality.
Abstract
Clustering is an unsupervised data mining technique that can be employed to segment customers. The efficient clustering of customers enables banks to design and make offers based on the features of the target customers. The present study uses a real-world financial dataset (Berka, 2000) to cluster bank customers by an encoder-decoder network and the dynamic time warping (DTW) method. The customer features required for clustering are obtained in four ways: Dynamic Time Warping (DTW), Recency Frequency and Monetary (RFM), LSTM encoder-decoder network, and our proposed hybrid method. Once the LSTM model was trained by customer transaction data, a feature vector of each customer was automatically extracted by the encoder.Moreover, the distance between pairs of sequences of transaction amounts was obtained using DTW. Another vector feature was calculated for customers by RFM scoring. In the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCustomer churn and segmentation · Time Series Analysis and Forecasting · Data Mining Algorithms and Applications
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · k-Means Clustering · Dynamic Time Warping
