11
Credit Card Fraud Detection

Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Embed Size (px)

Citation preview

Page 1: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Credit Card Fraud Detection

Page 2: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Contents

• Introduction• Problem Definition• Proposed Solution• Block Diagram• Implementation• Software and Hardware Requirements• Benefits• Results and Conclusion

Page 3: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Introduction

•Online Shopping – one of the largest and fast going trend

•Mode of payment – credit card, debit card, Net Banking

•Online payment does not require physical card

•Major Risk – credit /debit card detail is known to other

Page 4: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Problem Definition

•Online payment does not require physical card

•Anyone who know the details of card can make fraud transactions

•Currently, card holder comes to know only after the fraud transaction is carried out.

•No mechanism to track the fraud transaction

Page 5: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Proposed Solution

•A mechanism is developed to determine whether the given transaction is fraud or not

•The mechanism uses Hidden Markov Model to detect fraud transaction

•Hidden Markov Model works on the basis of spending habit of user.

•Classifies user into Low, Medium or High category

Page 6: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Block Diagram

UserUser e-Commerce Website

e-Commerce Website

BankBank FDSFDS

Page 7: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Implementation

•Project is implemented using following technologies : HTML, CSS, JavaScript, PHP and MySQL

•HTML and CSS is used for interface designing

•JavaScript is used for client side validation

•PHP is used for server side scripting

•MySQL is used for database

Page 8: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Hardware & Software Req.

Online Auction System

HARDWARE

• Pentium Core 2 Duo processor or above

• I GB RAM • 20 GB HDD • Router for

Internet Connection

SOFTWARE

• Windows 2000/ Windows XP/ Windows Vista/ Windows 7

• WAMP• Macromedia

Dreamweaver

Page 9: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Benefits

• Reduction in number of fraud transaction

• User can safely use his credit / debit card for online transaction

• Added layer of security

Page 10: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Results and Conclusion

• Fraud detection is based on Hidden Markov Model which is learning algorithm, hence not 100% correct

• It has detected those transaction as fraud where user belongs to low category and high category payment is made or vice versa

• The mechanism require at least 10 transaction to determine accurately the transaction as fraud or not.

Page 11: Credit Card Fraud Detection. Contents Introduction Problem Definition Proposed Solution Block Diagram Implementation Software and Hardware Requirements

Thank You