Concept

Find The Ordering That Gives The Highest Likelihood

We can compute the likelihood for each node ordering and find the one that maximize the likelihood:

pθ(GzG)=maxπΠ(u,v)VA~π[u,v]A[u,v]+(1A~π[u,v])(1A[u,v])p_{\theta}(G | \mathbf{z}_G) = \max_{\pi\in\Pi}\prod_{(u,v)\in \mathcal{V}} \tilde{A}^{\pi}[u,v] A[u,v]+(1-\tilde{A}^{\pi}[u,v]) (1-A[u,v])

Where the A~π\tilde{A}^{\pi} is the predicted adjacency matrix using a specific node ordering. The drawback of this method is that its computationally expensive.

0

1

Updated 2022-07-31

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science