DaehanKim / vgae_pytorch

This repository implements variational graph auto encoder by Thomas Kipf.
MIT License
385 stars 73 forks source link

Can the vgae model reconstruct graph structures with weights? #8

Closed hrnne closed 1 year ago

DaehanKim commented 1 year ago

Hi @hrnne, Thanks for your interest! VGAE model basically predicts (the probability of) binary edge. but you can regard the probability of an edge as some kind of weights. Hopefully there would be specific methods dealing with your case in recent publications. so highly recommend searching in Google Scholar.