Code Monkey home page Code Monkey logo

gcn_tutorial_test's Introduction

neurolibre : Binder public binder : Binder

GCN_tutorial

this tutorial covers the basics of graph laplacian and graph convolutional networks and how to apply these tools to neuroimging data

Introduction

Brain graphs provide a relatively simple way of modeling the human brain connectome, by associating nodes with brain regions, and defining edges via anatomical or functional connections.

Graph Laplacian

Based on this architecture, a non-linear embedding tool, called graph Laplacian, can be used to project the high dimensional brain activities onto subspaces of the graph Laplacian eigenbasis. This method has gained more and more attention in neuroscience studies, for instance identifying functional areas and networks, generating connectivity gradients and harmonics, and even predicting atrophy patterns of dementia.

Graph Convolutional Networks

Recently, graph convolutional networks (GCN) was proposed, which combines the graph Laplacian theory with deep learning architectures by extending convolution operations onto the graph domain. This approach has shown some promising findings in neuroscience applications, for instance parcellating brain areas and detecting alterations in AD and Autism.

In our recent study, we applied GCN[1,2] to annotate the spatiotemporal dynamics of brain dynamics of human cognitive functions using a short series of fMRI volumes. I will use this as a case study to illustrate how to apply GCN to brain imaging.


\

Code

  • notebooks includes all the functions and modules you need for this tutorial

  • notebooks/Tutorials_GCN_practice2_graph-Laplacian_GCN.ipynb the main notebook

  • notebooks/model.py contains the model definition, including fully-connected, 1stGCN [1] and ChebyNet [2]

  • notebooks/utils.py contains helpful functions

Setup

Prepare the environment

You could either clone the github repo or directly using the enviorment prebuild through binder

  • open a terminal and type:
git clone https://github.com/zhangyu2ustc/gcn_tutorial_test.git
  • Or Click the link to binder in your browser

Check the notebook

Go to notebook folder and find the .ipynb notebook

Note: It could take a while for the binder to build the enviornment (around 5 minutes). Be patient !


\

Slides

check the presentation slides here: GCN_tutorial_slides

References

[1] Zhang, Yu, and Pierre Bellec. "Functional Decoding using Convolutional Networks on Brain Graphs." 2019 Conference on Cognitive Computational Neuroscience, Berlin, Germany PDF

[2] Zhang, Yu, and Pierre Bellec. "Functional Annotation of Human Cognitive States using Graph Convolution Networks." 2019 Conference on Neural Information Processing Systems (NeurIPS) Neuro-AI workshop - Real Neurons & Hidden Units, Vancouver, Canada PDF

gcn_tutorial_test's People

Contributors

ltetrel avatar mohammadjavadd avatar zhangyu2ustc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.