Git Product home page Git Product logo

dmf_cc's Introduction

DMF_CC

Code for CIKM-2016 paper "Collective Classification via Discriminative Matrix Factorization on Sparsely Labeled Networks"

The main program is start.m.

Dataset Description

Cora contains 2,708 machine learning papers from seven classes and 5,429 links between them. The links are citation relationships between the documents. Each document is described by a binary vector of 1,433 dimensions indicating the presence/absence of the corresponding word.

Citeseer contains 3,312 publications from six classes and 4,732 links between them. The links are citation relationships between the documents and each paper is described by a binary vector of 3,703 dimensions indicating the presence/absence of the corresponding word.

PubMed contains 19,717 papers from 3 classes and 44,338 links between them. Each paper is describled by a 500-dimensional TF-IDF feature vector.

graph.txt: Each line contains two paper Ids which indicates the citation relationship between them. ID begins from 0.

group.txt: Each line contains two numbers: Paper Id and Group Id. For Cora and Citeseer, group Id begins from 0; For PubMed, group Id begins from 1.

feature.txt for Cora and Citeseer: This is the Paper-Word relationship matrix. Each line contains a binary vector of 1, 433 dimensions indicating the presence of the corresponding word.

tfidf.txt for PubMed: This is the sparse version of TFIDF matrix of PubMed dataset. Each line contains a paper Id, feature Id and the corresponding feature value.

dmf_cc's People

Contributors

daokunzhang avatar

Watchers

 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.