Learn Before
Formula

Softmax Decoder Objective in Random Walk Embeddings

The goal of random walk embeddings is to optimize node representations so that the pairwise decoder, defined via a softmax function, approximates the probability of co-occurrence on random walks:

Dec(zu,zv)=ezuTzvvkVezuTzkpR(vu)Dec(z_u, z_v) = \frac{e^{z_u^T z_v}}{\sum_{v_k \in V} e^{z_u^T z_k}} \approx p_R(v | u)

where pR(vu)p_R(v | u) is the probability of visiting node vv on a short random walk starting from node uu.

0

1

Updated 2026-06-20

Tags

Data Science