This model is used to predict the customers who have acquired credit cards from banks by providing fake information and data by using the concepts of SOM(self organizing maps).The objective is to develop a Deep learning model using both supervised and unsupervised learning to find out the irregularities of the fraudulent customers.
- Importing the dataset
- We do feature scaling for the given dataset
- We train the SOM
- We visuaulize the results of the fruad in SOMs
- We find the fruadulant customers
-
Obtain the Credit_Card_applications.csv file
-
Run the som.py file