An open API service indexing awesome lists of open source software.

https://github.com/abhi-glitchhg/bayesian_graph_convolution

My implementation of bayesian graph convolution using torch_geometric.
https://github.com/abhi-glitchhg/bayesian_graph_convolution

bayesian deep-learning graph graphconv graphconvoltution

Last synced: 9 months ago
JSON representation

My implementation of bayesian graph convolution using torch_geometric.

Awesome Lists containing this project

README

          

# bayesian_graph_convolution
My implementation of bayesian graph convolution using torch_geometric.

I found some of these repos helpful during the implementation.

1) [pytorch-bayes-by-backprop](https://github.com/mjpyeon/pytorch-bayes-by-backprop)
2) [PyTorch-BayesianCNN](https://github.com/kumar-shridhar/PyTorch-BayesianCNN)