Junyou03 christian-pik commited on
Commit
c9269b1
Β·
verified Β·
1 Parent(s): 67d171a

Update README.md (#2)

Browse files

- Update README.md (cbec350992e9e37af1c6c49b1eaec6f3511d2e06)


Co-authored-by: Christian Nauck <[email protected]>

Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -22,18 +22,17 @@ task_categories:
22
  ---
23
 
24
  # πŸ“š Overview: Kuramoto-Stability-Landscape (KSL)
25
-
26
- The dataset contains synthetic oscillator network topologies generated from the **second-order Kuramoto model**, widely used to analyze synchronization dynamics in complex systems like power grids and neuronal networks.
27
 
28
  Two ensembles are included, each containing **10,000 unique network topologies**:
29
 
30
  - **`dataset20`**: Networks consisting of **20 nodes** each.
31
  - **`dataset100`**: Networks consisting of **100 nodes** each.
32
 
33
- Each topology is associated with SNBS heatmaps, providing detailed spatial stability information per node.
34
 
35
  ---
36
- ## πŸ—ƒοΈ Data Structure and Content
37
 
38
  The archive **`num_sections_20.tar`** contains two main directories within a single compressed `.tar` file:
39
 
@@ -76,6 +75,19 @@ Each `.h5` file represents one unique oscillator network and includes:
76
  Each file contains **200 heatmaps** (`100 basin_heatmap_X` + `100 samples_heatmap_X`).
77
 
78
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
  ## πŸš€ Intended Tasks
81
 
 
22
  ---
23
 
24
  # πŸ“š Overview: Kuramoto-Stability-Landscape (KSL)
25
+ The dataset consists of synthetic oscillator network topologies created using a random growth algorithm. Dynamical simulations are conducted by applying the **second-order Kuramoto model** to the nodes. This model is widely recognized for its effectiveness in analyzing synchronization dynamics in complex systems such as power grids and neuronal networks.
 
26
 
27
  Two ensembles are included, each containing **10,000 unique network topologies**:
28
 
29
  - **`dataset20`**: Networks consisting of **20 nodes** each.
30
  - **`dataset100`**: Networks consisting of **100 nodes** each.
31
 
32
+ Each topology is associated with single-node basin stability (SNBS) heatmaps, providing detailed spatial stability information per node.
33
 
34
  ---
35
+ ## πŸ—ƒοΈ Data Structure and Content of Targets
36
 
37
  The archive **`num_sections_20.tar`** contains two main directories within a single compressed `.tar` file:
38
 
 
75
  Each file contains **200 heatmaps** (`100 basin_heatmap_X` + `100 samples_heatmap_X`).
76
 
77
  ---
78
+ ## Data Structure and Content of Inputs
79
+
80
+ - **`node_features`** (input node features):
81
+ - injected power at each node {-1,1}
82
+ - Shape: `(num_nodes, 1)`
83
+
84
+ - **`edge_index`** (adjacency matrix):
85
+ - encoding of the topology
86
+ - Shape: `(2, num_edges)`
87
+
88
+ - **`edge_attr`** (edge feautres):
89
+ - homogeneous edge features (value = 9.0)
90
+ - Shape: `(num_Edges, 1)
91
 
92
  ## πŸš€ Intended Tasks
93