seiya-kumada / patchy-san

patchy-san implemented in Chainer
49 stars 16 forks source link

algorithm 4 in paper<Learning Convolutional Neural Networks for Graphs> #2

Open KingWang93 opened 5 years ago

KingWang93 commented 5 years ago

image

Sorry to interrupt you.

When I‘m reading the paper, the algorithm 4 confused me,what does the variable V mean? where is the desciption about the variable?or,it should be U(maybe some mistake in paper)?

another,in algorithm 3,the number of neighborhood should be k or less than k.So,Why there is a if condition U>k and computing ranking r for twice? image

thanks!