Giter VIP home page Giter VIP logo

fraud-detection-gnn's Introduction

Fraud Detection with Graph Neural Networks

Detect fraud in transactions graphs using various ready-to-use models and datasets.

Models:

  • GAT
  • GCN
  • GIN
  • GraphSAGE
  • MPNN
  • GTN

Datasets:

Installation

First install the requirements.

pip install -r requirements.txt

Download Dataset

Download and extract the required datasets. This project currently only supports Elliptic. A dataset must have 3 files:

  • Edge list
  • Classes
  • Features

Then provide the required torch.utils.data.Dataset class for your own dataset like here

Training

To train a model you need a config file. By default, these files are located at configs/. For example to train a GAT model on Elliptic run:

python train --config configs/elliptic_gat.yaml

The models are trained for 100 epochs and results are verbosed every 10 epochs and logged to Tensorboard.

Visualization

To visualize model predictions on the graph on each step, run:

python visualize.py --config configs/elliptic_gat.yaml --step 30 --weights_file weigths/elliptic_gat.pt

A sample predictions visualization

About the project

This is my final project for the course Complex Networks during my Masters' in Shahid Beheshti University instructed by Dr. Sadegh Ali Akbari (Spring 2023). I've also written a Persian blog post on this project here

fraud-detection-gnn's People

Contributors

arxyzan 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.