Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculation of local smoothing iteration #2

Open
sungeun532 opened this issue May 24, 2022 · 2 comments
Open

Calculation of local smoothing iteration #2

sungeun532 opened this issue May 24, 2022 · 2 comments

Comments

@sungeun532
Copy link

sungeun532 commented May 24, 2022

In train.py, when you calculate the LSI, why do you not calculate node's converget state for each node, but calculate 1x(dim of feat) vector "norm_fea_inf" as the same convergent stae for all nodes?

@sungeun532
Copy link
Author

and,, how do you prove the smoothed normalized adjacecncy matrix in equation (2) ?? I really try to prove it... it is so hard, plz help me,,

@sungeun532 sungeun532 changed the title Calculate local smoothing iteration Calculation of local smoothing iteration May 24, 2022
@sungeun532
Copy link
Author

sungeun532 commented May 26, 2022

In train.py, when you calculate the LSI, why do you not calculate node's converget state for each node, but calculate 1x(dim of feat) vector "norm_fea_inf" as the same convergent stae for all nodes?

I understand this (since random walk stationary distribution is only dependent on the target node, right?)
the only thing that i want is specific proof of general stationary adjacency matrix in equation(2),,
I understand to a certain extent, but I want to know for general normalized factor r.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant