#206·gcn

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

Author: QksidmxCreated May 18, 2022Updated Jun 15, 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!