Code Monkey home page Code Monkey logo

frauddetection's Introduction

Tazi Project

The goal is to create time series of transactions using a simulated world.
These are credit or debit card transactions on terminals.
The ratio of terminals to cards is 1 to 1000.

Details

A card has the following properties:
-Kind: Debit or Credit
-Limit:

  • If debit, max daily transaction 1000 TL
  • If credit, monthly limit is one of 5000, 10000, 20000, 30000 TL
  • where lower limits are more common

-Home location: One of 80 unique values plus a value representing International

A terminal has the following properties:
-Kind: POS or ATM
-Location: One of 80 unique values plus a value representing International and a value representing Internet (POS only)
-Merchant Category: (POS only) One of 5 unique values representing the type of business

A transaction is represented by the following:

  • DateTime (minute resolution)
  • CardID
  • TerminalID
  • Amount

Task 1

Implement this world using Akka Actors.
Your code must be able to generate an infinite stream of transaction data, in real or accelerated time.
Make sure that your code is documented.
Test your code using test cases.

Task 2

Describe features that could help you detect payment fraud on a credit card.

Task 3

Implement the features and a simple prediction model.

Test Cases

[DONE]

  • Single terminal, single card
  • Single terminal, multiple cards (100000)
  • Multiple terminal (1000), multiple cards (100000)
  • Artificial Training Dataset Generation (Uniform/Gaussian/DiscreteMix)

[WAITING]

  • Scheduled initialization of cards/terminals.

Built With

  • Akka - Actor Model
  • Maven - Dependency Management

Author

  • Ömercan Susam

frauddetection's People

Contributors

cansusam avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.