Cite paper:
Michaël Defferrard, Xavier Bresson, Pierre Vandergheynst, Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering, Neural Information Processing Systems (NIPS), 2016.
However, in the repo, they only included one channel for each node, which means each node in the graph only has one value as feature. But in our project of fmri/meg decoding, we want to include the time series which represent the BOLD signals. We managed to extend the model to multi-channel and explore other features of gcn
In this project, we used the package by Defferrard: https://github.com/mdeff/cnn_graph
Cite paper: Michaël Defferrard, Xavier Bresson, Pierre Vandergheynst, Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering, Neural Information Processing Systems (NIPS), 2016.
However, in the repo, they only included one channel for each node, which means each node in the graph only has one value as feature. But in our project of fmri/meg decoding, we want to include the time series which represent the BOLD signals. We managed to extend the model to multi-channel and explore other features of gcn