gcn icon indicating copy to clipboard operation
gcn copied to clipboard

why lamda_max can be approximated to be 2?

Open plaxkk opened this issue 7 years ago • 2 comments

image I can't understand why λmax ≈ 2?

'neural network parameters will adapt to this change in scale during training' what does the sentence above mean?

plaxkk avatar Dec 20 '18 11:12 plaxkk

For keeping a normalized scale when doing iterations, I think

ciphoo avatar Apr 16 '19 07:04 ciphoo

As illustrated in paper, IN + D^-1/2 A D^-1/2 has Eigenvalues in range of [0, 2], so λmax would equal 2 at most, and this is the approximation in paper.

arxidinakbar avatar Jul 06 '20 02:07 arxidinakbar