Skip to content

Commit 4f7d721

Browse files
author
Didier Rodrigues Lopes
authored
Update README.md
1 parent 490927c commit 4f7d721

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
# step-detection-SVM
2-
Step Detection using SVM on NURVV trackers
1+
# Step Detection using SVM on NURVV trackers
2+
3+
| Notebook | Description |
4+
| :--- | :--- |
5+
| [Nurvv Classifier](https://github.com/DidierRLopes/step-detection-SVM/blob/main/Nurvv_Classifier.ipynb) | Understand Nurvv IMU samples, and if there's a way to classify step/no-step using an unsupervised method. |
6+
| [Nurvv K-Means and Feature Extraction](https://github.com/DidierRLopes/step-detection-SVM/blob/main/Nurvv_KMeansFeatureExtraction.ipynb) | Extract insights from K-Means on Nurvv IMU data and try some feature extraction. |
7+
| [Nurvv from EDA to SVM](https://github.com/DidierRLopes/step-detection-SVM/blob/main/Nurvv_fromEDAtoSVM.ipynb) | Reports the entire journey from performing Exploratory Data Analysis (EDA) on the IMU samples, to the signal processing used to label data, and to finally applying Support Vector Machine (SVM) to classify the samples of a model into step or no-step. |
8+
| [Nurvv Pipeline](https://github.com/DidierRLopes/step-detection-SVM/blob/main/Nurvv_Pipeline.ipynb) | Implement a data pipeline to perform ensemble SVM with multiple models. |

0 commit comments

Comments
 (0)