pyg_spectral.nn
Convolutional layer of FBGNN & ACMGNN(I & II). |
|
Linear filter using the normalized adjacency matrix for propagation. |
|
Linear filter using the normalized adjacency matrix for propagation. |
|
Iterative linear filter with residual connection. |
|
Iterative linear filter with 2-hop propagation and skip connection. |
|
Iterative linear filter with skip connection. |
|
Iterative linear filter using the 2-hop normalized adjacency matrix for augmented propagation. |
|
Iterative linear filter using the normalized adjacency matrix for augmented propagation. |
|
Base filter layer structure. |
|
Convolutional layer with Bernstein Polynomials. |
|
Convolutional layer with Chebyshev Polynomials. |
|
Convolutional layer with Chebyshev-II Polynomials. |
|
Convolutional layer with Chebyshev Polynomials and explicit residual. |
|
Convolutional layer with basis in Favard's Theorem. |
|
Convolutional layer with adjacency propagation and explicit residual. |
|
Convolutional layer with Jacobi Polynomials. |
|
Iterative linear filter using the normalized adjacency matrix. |
|
Convolutional layer with Legendre Polynomials. |
|
Convolutional layer with optimal adaptive basis. |
Iterative structure for ACM conv. |
|
Decoupled structure for ACM conv. |
|
Decoupled structure with diag transformation each hop of propagation. |
|
Base NN structure with MLP before and after convolution layers. |
|
Base NN structure with multiple conv channels. |
|
Decoupled structure with C++ propagation precomputation. |
|
Decoupled structure without matrix transformation during propagation. |
|
Decoupled structure without matrix transformation during propagation. |
|
Decoupled structure without matrix transformation during propagation. |
|
Decoupled structure without matrix transformation during propagation. |
|
Iterative structure with matrix transformation each hop of propagation. |
|
Iterative structure with matrix transformation each hop of propagation. |
|
Decoupled structure with precomputation separating propagation from transformation. |
|
Decoupled structure with precomputation separating propagation from transformation. |
|
Decoupled structure with precomputation separating propagation from transformation. |
|
Decoupled structure with precomputation separating propagation from transformation. |
Applies standard Gaussian normalization to \(\mathcal{N}(0, 1)\). |