Learn Before
Concept

Drawbacks of fundamental Spectral Convolutional methods

The first draw back is that it’s computational expensive because of the calculation of eigenvalue decomposition, which is O(N3)O(N^3) in time complexity, and the matrix multiplication, which is O(N2)O(N^2) in time complexity.

The second drawback is that the transformation based on graph Laplacian matrix, so the parameters can’t be shared across different graphs.

0

1

Updated 2022-06-05

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science