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

Will the nodes' hidden features be updated in backward propagation ? #206

Open
Qksidmx opened this issue May 18, 2022 · 1 comment
Open

Comments

@Qksidmx
Copy link

Qksidmx commented May 18, 2022

Hello,

    Recently, I started learning GCN managed to run examples codes.
    I konw that in forward propagation stage, the hidden features will be computed with learnable parameters W and aggregated with neighbors' feature. And parameters W will be updated in backward propagation stage.
    But I wondered that will the hidden features be updated in backward propagation stage? I try to search on the Google to find out , but got nothing.
    So, could someone tell me whether the hidden features will be updated in backward propagation stage?

thank,you!

@l42yc4t
Copy link

l42yc4t commented Jun 15, 2022

I am wondering about why "bachpropagation will change the hidden features"?
That should not be happened. BP will only update the weight matrix you defined in your layer.

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

2 participants