Sujit-O / gemben

Benchmark for graph embedding methods.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Hope Algorithm Implementation Question #13

Open ahmedlebo opened 4 months ago

ahmedlebo commented 4 months ago

In the paper:Asymmetric Transitivity Preserving Graph Embedding,the authors state that they will not calculate S in this part Screen Shot 2024-06-02 at 7 56 50 PM

so that in this algorithm, they do not explicitly perform the polynomial operation on adjacency matrix in Ml and Mg, but in the implementation the S matrix is calculated fully as this shows, Screen Shot 2024-06-02 at 8 04 01 PM I can't understand it so anyone please could explain this to me, thank you

ahmedlebo commented 3 months ago

Does anyone share the same problem or has a different point of view or there something i am missing in the paper