Skip to content

Test GCN with different brain graphs #21

Description

@zhangyu2ustc

the first step of GCN is to construct a populational graph.
there are three types of brain graphs we could choose:

  1. spatial neighborhood
  2. structural covariance
  3. RSFC

In the 2nd and 3rd graphs, we need to additionally construct a sparse KNN graph because it is very dense which might cause computational problems

Note, previously I had made a mistake by taking the weakest connections for the KNN graph, which has worsen the performance of GCN. Now it worked and we could compare them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions