sydney-machine-learning / biosignal_deeplearning

Processing bio-signals with deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

biosignal_deeplearning

Processing bio-signals with deep learning

How to use this repository?

  1. Put the Capnobase, MIMIC-II, sEMG datasets in the Datasets folder.
  2. Create Directory ('Saved/{Dataset}/{Model-Name}') for all datasets (Capno, MIMIC-II, sEMG) and models (LSTM, CNN, etc)
  3. In main.py, update the directory paths. Update batch size as per memory. In case of GPU: Use Batchsize=10000, TPU: 100000,
  4. Run main.py

Comment appropriate sections (models) in main.py to reduce compuatation time.

About

Processing bio-signals with deep learning


Languages

Language:Python 100.0%