Skip to content

rathull/neural-signal-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Signal Decoder

Information regarding project available in report.pdf.

This repo is still a work in progress. All results are avilable in plots.ipynb, but this will be updated to separate Python scripts soon.

Getting Started

Step 1: Creating the Environment

  1. Create a new Conda environment with the necessary libraries:
conda create -n signals python=3.9 jupyter numpy pandas scipy scikit-learn matplotlib seaborn
conda activate signals
  1. Install PyTorch with MPS support (on Mac) or CUDA support:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu

About

ECE 189: Neural Signal Processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published