BerkenUtku commited on
Commit
94d46cf
·
verified ·
1 Parent(s): a4cb0cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -19,4 +19,19 @@ It includes nine datasets across five time-series tasks in ready-to-use format.
19
 
20
  [![Hugging Face Papers](https://img.shields.io/badge/HF%20Papers-2510.22655-blue.svg)](https://huggingface.co/papers/2510.22655)
21
  [![Code](https://img.shields.io/badge/GitHub-Learning--with--FrameProjections-black.svg)](https://github.com/eth-siplab/Learning-with-FrameProjections)
22
- [![Project Page](https://img.shields.io/badge/Project-NeurIPS%202025-4b8bbe.svg)](https://neurips.cc/virtual/2025/loc/san-diego/poster/118514)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  [![Hugging Face Papers](https://img.shields.io/badge/HF%20Papers-2510.22655-blue.svg)](https://huggingface.co/papers/2510.22655)
21
  [![Code](https://img.shields.io/badge/GitHub-Learning--with--FrameProjections-black.svg)](https://github.com/eth-siplab/Learning-with-FrameProjections)
22
+ [![Project Page](https://img.shields.io/badge/Project-NeurIPS%202025-4b8bbe.svg)](https://neurips.cc/virtual/2025/loc/san-diego/poster/118514)
23
+ ---
24
+
25
+ ## Datasets Included
26
+
27
+ | File | Format | Description |
28
+ |------|---------|-------------|
29
+ | `Dalia_data.pkl` | PKL | Large-scale benchmark for heartrate estimation using wearables |
30
+ | `ECG_data.pkl` | PKL | ECG (combined) for cardiovascular disease classification |
31
+ | `HHAR.zip` | ZIP | Human activity dataset with IMUs |
32
+ | `IEEE_Big.mat` | MAT | Heartrate estimation in a controlled environment |
33
+ | `IEEE_Small.mat` | MAT | A smaller version of the IEEE dataset |
34
+ | `clemson.mat` | MAT | IMU data collected from wearable devices for step counting |
35
+ | `sleep_combined.pt` | PKL | Sleep stage classification data |
36
+
37
+ ---