Skip to content

stiasta/fraud_detection_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 

Repository files navigation

Notes on Fraud Detection and Explainable AI

Fraud Detection

Notes

Electronic Fraud is classified into two types of categories:

  • Direct fraud

    • For example: Money laundering, Salami technique, Employee embezzlement
  • Indirect fraud

    • For example: malware, phishing, identity theft

Direct Fraud

Money laundering

Converting illicit/illegal money into less suspicious money. This is done to conceal the source of where the money comes from. One technique is to transfer money to multiple accounts using complex transactions.

Salami technique

Transfering a miniscule amount of money from a great amount of customer accounts, using f.ex. insiders in a bank.

Indirect Fraud

Identity theft

Someone gains access to personal information to further gain access to services in for example banks.

Resources

Articles

Explainable AI

Notes

Shapley values

Wikipedia definition Rettferdig fordeling av bidrag til prediksjon fra maskinlæringsmodell etter innsatts fra egenskapene (variabler, features) -> Explains deviation from the average for given feature

  • Can be hard to automatically generate based on one specific prediction with a big number of features.

LIME: Local interpratable model agnostic explenations

(not recommended by one lecturer -> why?)

Unsorted

  • Shapley values
  • Lime
  • Mutual information (NN)
  • Kontrafaktisk forklaring

Books

Articles, Reports, Books

Tools

Podcast episodes

Live events

Companies that work in this area

Other sources

ML Ops

Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors