Eilene / GWNN

A TensorFlow implementation of Graph Wavelet Neural Network
64 stars 18 forks source link

calculation of wavelet bases #3

Open QAQ-v opened 5 years ago

QAQ-v commented 5 years ago

In sec2.3 you said graph wavelets can be obtained via Chebyshev polynomials instead of eigendecomposition of Laplacian matrix, but in your codes you still use eigendecomposition to calculate them, right? Do you know where I can find the codes which use Chebyshev polynomials to obtain the wavelets bases?