https://github.com/arrhythmia-detection/authorprovidedfeaturescombineddt
Deploys a vanilla Decision Tree for Arrhythmia classification using Chapman ECG dataset on Arduino UNO board
https://github.com/arrhythmia-detection/authorprovidedfeaturescombineddt
arduino-uno arrhythmia-classification atmega328p chapman-ecg decision-tree-classifier eloquent scikit-learn
Last synced: 25 days ago
JSON representation
Deploys a vanilla Decision Tree for Arrhythmia classification using Chapman ECG dataset on Arduino UNO board
- Host: GitHub
- URL: https://github.com/arrhythmia-detection/authorprovidedfeaturescombineddt
- Owner: arrhythmia-detection
- Created: 2024-12-15T21:36:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T17:05:56.000Z (over 1 year ago)
- Last Synced: 2025-02-28T21:07:32.891Z (over 1 year ago)
- Topics: arduino-uno, arrhythmia-classification, atmega328p, chapman-ecg, decision-tree-classifier, eloquent, scikit-learn
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DecisionTree Deployment on Arduino UNO
Tools
This is a standard [platformio](https://platformio.org/) project for `uno`
board which deploys a vanilla [Decision Tree](include/author_provided_feat_dt_v1.h) (*non optimized*) to ATmega328P chip
and collects necessary performance metrics (see [Collected Metrics](CollectedMetrics.md)).
For model training etc., please refer to
[this repository](https://github.com/arrhythmia-detection/ArrhythmiaDetectionModels).