Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,29 @@
|
|
2 |
license: other
|
3 |
license_name: commercial
|
4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
# DBbun — Synthetic Scalp EEG (10–20 @ 250 Hz)
|
7 |
|
@@ -81,4 +104,4 @@ labels = z["labels_sec"]
|
|
81 |
|
82 |
print("Channels:", len(channels))
|
83 |
print("Shape:", eeg.shape)
|
84 |
-
print("Duration (s):", eeg.shape[1] / sr)
|
|
|
2 |
license: other
|
3 |
license_name: commercial
|
4 |
license_link: LICENSE
|
5 |
+
tags:
|
6 |
+
- eeg
|
7 |
+
- synthetic-data
|
8 |
+
- biosignals
|
9 |
+
- healthcare
|
10 |
+
- neuroscience
|
11 |
+
- machine-learning
|
12 |
+
- deep-learning
|
13 |
+
- time-series
|
14 |
+
- seizure-detection
|
15 |
+
- real-world-evidence
|
16 |
+
- data-generation
|
17 |
+
- biomedical
|
18 |
+
- brain-signals
|
19 |
+
- artificial-data
|
20 |
+
- education
|
21 |
+
size_categories:
|
22 |
+
- 1M<n<10M
|
23 |
+
task_categories:
|
24 |
+
- time-series-forecasting
|
25 |
+
language:
|
26 |
+
- en
|
27 |
+
pretty_name: DBbun Synthetic EEG (10–20 @ 250 Hz)
|
28 |
---
|
29 |
# DBbun — Synthetic Scalp EEG (10–20 @ 250 Hz)
|
30 |
|
|
|
104 |
|
105 |
print("Channels:", len(channels))
|
106 |
print("Shape:", eeg.shape)
|
107 |
+
print("Duration (s):", eeg.shape[1] / sr)
|