Skip to content

magnumical/MNE_GCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNE_GCN

GCN with MNE input and preprocessing

This repository works like Pure python GCN , But the input of this repositorycomes from 'MNE'. Run this code on python 2.7 environment. ( of course python 3.6 works but you may face some issues)

What is new!

MNE! easy-to-use package to import various EEG dataset here!
ALso you can adjust preprocessing procedure. ( Especially band-pass filtering)

How to run?

Run files regarde to their number!

Dependencies

  1. Tensorflow 1.13
  2. MNE
  3. Numpy
  4. Scipy
  5. Pandas