Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
Used in AML4DS mini-project (2025).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- pytorch
|
| 4 |
+
- lstm
|
| 5 |
+
- actigraphy
|
| 6 |
+
- depression
|
| 7 |
+
- aml4ds
|
| 8 |
+
license: mit
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
---
|
| 12 |
+
# LSTM Depression Classifier
|
| 13 |
+
|
| 14 |
+
A PyTorch LSTM model trained on 7-day actigraphy sequences to classify depressed vs control individuals.
|
| 15 |
Used in AML4DS mini-project (2025).
|