Table 1.
Algorithm 1: Training GATE model using gradients.
Input: , , geometric matrix B, latent space dimension R. |
|
Randomly initialize θ, |
while not converged do |
Sample a batch of with mini-batch size m, denote as . |
for all do |
Sample , and compute. |
Compute the gradients and with zi. |
Average the gradients across the batch. |
Update θ, using gradients of θ, . |
Return θ, . |