Skip to content

pbizopoulos/signal2image-modules-in-deep-neural-networks-for-eeg-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Signal2Image Modules in Deep Neural Networks for EEG Classification
# https://arxiv.org/abs/1904.13216
# https://ieeexplore.ieee.org/abstract/document/8856620/
# https://pbizopoulos.github.io/signal2image-modules-in-deep-neural-networks-for-eeg-classification/

# Requirements
# POSIX Shell & Utilities
# Git
# Docker
# NVIDIA Container Toolkit (Optional)

# Download
git clone git@github.com:pbizopoulos/signal2image-modules-in-deep-neural-networks-for-eeg-classification ~/github.com/pbizopoulos/signal2image-modules-in-deep-neural-networks-for-eeg-classification

# Development
cd ~/github.com/pbizopoulos/signal2image-modules-in-deep-neural-networks-for-eeg-classification/
cd docs/ && make clean check all && cd ..
cd latex/python/ && make clean check all && cd ../..
cd latex/ && make clean check all && cd ..

# Staging
cd ~/github.com/pbizopoulos/signal2image-modules-in-deep-neural-networks-for-eeg-classification/
cd latex/python/ && make STAGING=1 && cd ../..
cd latex/ && make && cd ..
cd docs/ && make STAGING=1