Skip to content

Using RNN to train and test a model to predict fraudulent credit card transactions.

Notifications You must be signed in to change notification settings

protikb/fraud_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fraud_detection

Using RNN to train and test a model to predict fraudulent credit card transactions.

#how to use the model:

  1. Download the dataset called creditcard.csv from the link https://www.kaggle.com/dalpozz/creditcardfraud
  2. Download the python script fraud_detection.py
  3. save both the script and csv data file in same folder or else mention path to csv file in line number 13 of script file
  4. run the code to see training and testing accuracy

About

Using RNN to train and test a model to predict fraudulent credit card transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages