Skip to content

An attempt to detect fraud in online transaction in deep neural network using pytorch

Notifications You must be signed in to change notification settings

ajayrao80/CreditCardFraudDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CreditCardFraudDetection

An attempt to detect fraud in online transaction in deep neural network using pytorch

This is a feed forward neural network built using pytorch to detect fraudulent credit card transaction. The data set is not included in this repo. (The link to the dataset is given below)

credit_card_fraud_detector.py loads the dataset, and preprocesses it, and feeds it to the neural network. The one problem here is that the dataset is highly skewed. So while meausring the accuracy of the model you need a different method such as F1 score which is not included in this repo. Feel free to add it.

Enjoy!!

Here's the data set download link : https://www.kaggle.com/mlg-ulb/creditcardfraud/downloads/creditcardfraud.zip/3

Releases

No releases published

Packages

No packages published

Languages