Formula

Noise Contrastive Approximation Approach of Node2Vec

The noise contrastive approximation approach of Node2Vec approximates the loss function as follows:

L=u,vDlog(σ(zuTzv))γEvnPn(v)[log(σ(zuTzvn))]L = \sum_{u,v \in D} -\log(\sigma (z_u^T z_v)) - \gamma E_{v_n \sim P_n(v)}[\log(-\sigma (z_u^T z_{v_n}))]

0

1

Updated 2026-06-14

Tags

Data Science