Skip to content

BRAINML-GT/JGAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JGAT

This is the demo code for the paper: JGAT: A Joint Spatio-Temporal Graph Attention Model for Brain Decoding, implemented by the Tensorflow.

General_A.mat file contains the summation of 200 by 200 binary adjacency matrices from 48 subjects. Selecting a threshold between 0 to 48 can control the number of edges and extreact a General adjacency matrix.

Social_dataset.mat is the fMRI time series of Social cognitive stimuli from the same 48 subjects. Each subject has 8 experimental trials: 4 Mental trials and 4 Random trials. The file follows the arrangement:

  Subject 1:  4 Mental trials
  Subject 1:  4 Random trials
  Subject 2:  4 Mental trials
  Subject 2:  4 Random trials
       ⦙
  Subject 48: 4 Mental trials
  Subject 48: 4 Random trials

JGAT_model.ipynb is a Python notebook containing the basic architecture of the JGAT model. You can download and run it on the Google Colab or other jupyter environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published