Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 808 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 808 Bytes

Credit-Card-Fraud-Detection

Uses Machine Learning and Deep Learning algorithms for detecting fraud in credit card transactions

Desired implementation

  • Tradition Classification algorithms
    • Desicion Tress
    • Random Forests
  • Deep Learning based classification
    • Keras (with tensorflow backend)

Requirements

  • Keras (tensorflow backend)
  • scikit- learn library

Contribution guidelines

  • Read the get-started repo
  • Make use of the dataset present in the Dataset folder.
  • Make all pull requests in the development branch
  • Always refer to the issue while making a pull request
  • You may have to use git lfs tracking for pushing large files into github.