Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 717 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 717 Bytes

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