Giter Club home page Giter Club logo

fraudne's Introduction

FraudNE

This repository provides an implementation of the method proposed in "FraudNE: a Joint Embedding Approach for Fraud Detection", Mengyu Zheng, Chuan Zhou, Jia Wu, Shirui Pan, Jinqiao Shi and Li Guo, IJCNN 2018

Overview

  • input/ contains an example graphs 'zomato.edgelist.400';
  • output/ is the directory to store the learned node embeddings;
  • src/ contains the implementation of the proposed FraudNE method.

Requirement

The implementation is tested under Pyrhon 2.7, with the folowing packages installed:

  • networkx==1.11
  • numpy==1.11.2
  • tensorflow==1.5

Input

The code takes a bipartite input graph composed users and items. Every row indicates an edge between two nodes, such like:

          user_node1_id_int item_node2_id_int weight_int

The file does not contain a header. Nodes can be indexed starting with any non-negative number.

The graph is assumed to be directed and weighted by default.

Cite

If you find FraudNE useful for your research, please consider citing the following paper:

                @inproceedings{zheng2018fraudne,
                  title={Fraudne: a joint embedding approach for fraud detection}, 
                  author={Zheng, Mengyu and Zhou, Chuan and Wu, Jia and Pan, Shirui and Shi, Jinqiao and Guo, Li},  
                  booktitle={2018 International Joint Conference on Neural Networks (IJCNN)}, 
                  pages={1--8}, 
                  year={2018},
                  organization={IEEE}}

fraudne's People

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.