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.
- Host: GitHub
- URL: https://github.com/abhi-glitchhg/bayesian_graph_convolution
- Owner: abhi-glitchhg
- Created: 2022-09-10T12:20:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T16:54:10.000Z (about 3 years ago)
- Last Synced: 2025-06-20T00:14:56.211Z (10 months ago)
- Topics: bayesian, deep-learning, graph, graphconv, graphconvoltution
- Language: Python
- Homepage: https://abhi-glitchhg.github.io/projects/bayesiangraphconvolution
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)