ThomasCdnns
commited on
Commit
•
81fd867
1
Parent(s):
9cab295
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- JLB-JLB/seizure_eeg_dev
|
5 |
+
metrics:
|
6 |
+
- accuracy: 0.86
|
7 |
+
tags:
|
8 |
+
- biology
|
9 |
+
- healthcare
|
10 |
+
- eeg
|
11 |
+
- seizure-detection
|
12 |
+
---
|
13 |
+
|
14 |
+
# Seizure Detection EEG Model
|
15 |
+
|
16 |
+
## Model Description
|
17 |
+
|
18 |
+
This model is designed to detect seizures from EEG (Electroencephalogram) data.
|
19 |
+
|
20 |
+
### Performance
|
21 |
+
|
22 |
+
- Accuracy: 86%
|
23 |
+
|
24 |
+
## Intended Use
|
25 |
+
|
26 |
+
This model is intended for research purposes in analyzing EEG data for seizure detection patterns.
|
27 |
+
|
28 |
+
## Training Data
|
29 |
+
|
30 |
+
The model was trained on the `JLB-JLB/seizure_eeg_dev` dataset, which contains EEG recordings.
|
31 |
+
|
32 |
+
## Limitations
|
33 |
+
|
34 |
+
- This is a development model and should not be used for clinical decisions
|
35 |
+
- Performance may vary across different EEG recording setups
|
36 |
+
- Should be used only as part of a comprehensive medical evaluation
|