Unit8 Talks #7 - Fraud detection - A guide to building a financial transaction anomaly detector

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 8

  • @XajiDahir
    @XajiDahir Рік тому +1

    Thank you

  • @hakeemojulari7392
    @hakeemojulari7392 2 роки тому +1

    Great talks! I would like to ask if it is possible to use anomaly detection to detect fraud in ATM transactions with the following features:
    CardNo, branch-code, AtmID, Trans-date, Amount, Trans-type, Trans-status
    How can the customer's regular transaction patterns be used to detect anomalies (suspicious fraud)?

    • @aisundays
      @aisundays 8 місяців тому

      Hi @hakeemojulari7392, I dont know if you got an answer to this but its possible. You might want to look into Deep learning architectures called Autoencoders. In theory, if you give an autoencoder the regular customer's data, you can train it to reconstruct every single datapoint. What hapens as a result is that it learns patterns regarding normal transaction behavior, and the reconstruction loss gets smaller and smaller. You can then use the reconstruction loss of the autoencoder to detect suspicious transactions. Intuitively, if a transaction is so new that the autoencoder has never seen before, the reconstruction loss will be higher that a transaction that it has seen before therefore flagging it.

  • @mubangalillian2640
    @mubangalillian2640 2 роки тому

    Can it also be said the anomaly detection model can used to label data that can be used in supervised learning model that can be used to for fraud detection?

  • @radhika4573
    @radhika4573 Рік тому +1

    How to undo onehotencoding and add shap values

  • @mathematics-in3wi
    @mathematics-in3wi Рік тому

    What is require feature for anomaly detection?

  • @namanladha9378
    @namanladha9378 2 роки тому

    Can you share the code?

  • @mayasushma2951
    @mayasushma2951 2 роки тому

    Please share the
    code