ravi-gopalan / fraud_detection_autoencoders

Development of an autoencoder to classify fraudulent credit card transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credit Card Fraud Detection using Autoencoders in Keras

A Kaggle dataset of 285k transactions of which 492 (~0.2%) were fraudulent transactions. A Keras-based autoencoder is developed to identify normal transactions and also detects fraudulent transactions.

Full explanation can be found in this blog post. The source code is compatible with TensorFlow 1.1 and Keras 2.0.4

About

Development of an autoencoder to classify fraudulent credit card transactions

License:MIT License


Languages

Language:Jupyter Notebook 100.0%