Credit Card Fraud Detection
Credit Card Fraud Detection
Fraud Detection
. We choose Credit Approval Dataset due to its contents i.e. it contains about 15
features divided into 3 classes (integer, real and categorical) which would surely
help in training the model to achieve a high accuracy. This dataset was very
interesting because there was a good mix of attributes -- continuous, nominal
with small numbers of values, and nominal with larger numbers of values. There
were also a few missing values. For building the neural network used keras with
TensorFlow as a backend to build the network.
The network is a 3-layer network with 11 input nodes 3 nodes in middle layer
and one node in Output layer. Visualization of the results is done using
Matplotlib
Project Timeline
Deployed
Task Choosing project Gathering data Testing model Frontend Coding
backend on
name
django
From the above comparative analysis of the various creditcard fraud detection
techniques it is clear that Artificial Neural Networks performs best in this
scenario. But the drawbacks of Artificial Neural Networks is that they are very
expensive to train and can be easily over trained. In order to minimize their
expense we need to create a hybrid of neural network with some optimisation
technique. Optimisation techniques that could be successfully paired with
Neural Networkare Genetic Algorithm, Artificial Immune System,Case Based
Reasoningand any other similar optimisation technique
Resources
[1] Dataset:
http://archive.ics.uci.edu/ml/data
sets/Credit+Approval
[4]Website:
https://towardsdatascience.com/credit-card-fraud-
detection- using-self-organizing- featuremaps-
f6e8bca707bd
Does Anyone
Have a
Questions?