Skip to content

Differential equation and probability inspired graph neural networks for latent variable learning

Notifications You must be signed in to change notification settings

marcelo-amancio/Latent-variable-GNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Differential equation and probability inspired graph neural networks for latent variable learning

This repository consists some models with respect to Differential equation and probability inspired graph neural networks for latent variable learning.

Contents

  • gcn-lp-filter consists some models for node classification.
  • graph-classifier-dgl consists some models for graph pooling and classification, using some examples of DGL.
  • graph-classifier-vi consists some models combining variational inference models (e.g. VGAE, Planar flow, Normalizing flow, Inverse autoregressive flow, etc.) to graph neural networks for graph pooling and classification, based on Graph U-Nets .

Citation

@article{shi2022latentgnn,
  title={Differential equation and probability inspired graph neural networks for latent variable learning},
  author={Zhuangwei Shi},
  journal={arXiv preprint arXiv:2202.13800},
  year={2022},
}

About

Differential equation and probability inspired graph neural networks for latent variable learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%