Skip to content

cdslabamotong/LTInfLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTInfLearning

This repository holds the code for paper Learnability of Competitive Threshold Models, IJCAI 2022.

Introduction

Modeling the spread of social contagions is central to various applications in social computing. In this paper, we study the learnability of the competitive threshold model from a theoretical perspective. We simulate the competitive threshold models by artificial neural networks with finite VC dimensions, which enables analytical sample complexity and generalization bounds. Based on the proposed hypothesis space, we design efficient algorithms under the empirical risk minimization scheme.

nn

Prerequisites

  • python >= 3.6
  • Numpy
  • PyTorch >= 1.7
  • sklearn
  • cplex
  • docplex
  • networkx

Usage

Data

The folder 'data' contains the synthetic and real datasets.

  • Synthetic_data: Kronecker graph edge list file.
  • real_data: retweet network edgelist file derived from Twitter.

Generating Samples

Training

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages