Coder Social home page Coder Social logo

reveal-graph-embedding's Introduction

reveal-graph-embedding

Implementation of community-based graph embedding for user classification.

Features

  • Graph-based, multi-label user classification experiment demo.
  • Implementation of the ARCTE (Absorbing Regularized Commute Times Embedding) algorithm for graph-based feature extraction.
  • Implementation of other feature extraction methods for graphs (Laplacian Eigenmaps, Louvain, MROC).
  • Evaluation score and time benchmarks.

Install

Required packages

  • numpy
  • scipy
  • h5py
  • scikit-learn
  • Cython
  • networkx
  • python-louvain

Installation

To install for all users on Unix/Linux:

python3.4 setup.py build
sudo python3.4 setup.py install

User Classification Experiments

Get datasets

  • SNOW2014Graph dataset: Included anonymized in this project.
  • The Arizona State University social computing data repository contains the ASU-Flickr and ASU-YouTube datasets.
  • The Insight Project Resources repository contains the Multiview datasets in which the PoliticsUK dataset can be found.

Feature extraction methods

User classification comparative study results

Experiments demo

  • Follow instructions on file: reveal_graph_embedding/experiments/demo.py

ARCTE algorithm

  • If you installed the package, you will have an installed script called arcte.
  • The source is located in reveal_graph_embedding/entry_points/arcte.py

Citation

If you find this code useful and use it in your research, please acknowledge its use and cite the following paper: Rizos, G., Papadopoulos, S., & Kompatsiaris, Y. (2017). Multilabel user classification using the community structure of online networks. PloS one, 12(3), e0173347.

reveal-graph-embedding's People

Contributors

georgiosrizos avatar kleinmind avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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