Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- code
|
5 |
+
---
|
6 |
+
|
7 |
+
boolean networks, each sampled over 8192 timesteps, ranging from network size 32-1024, with connectivities (sizes of functions) per item taken from random gaussian mixture models
|
8 |
+
|
9 |
+
features:
|
10 |
+
```
|
11 |
+
network_size # number of nodes in the network
|
12 |
+
connectivity_modes # gaussians that connectivities are sampled from
|
13 |
+
connectivity_mu
|
14 |
+
connectivity_sigma
|
15 |
+
connectivity_mode_weights
|
16 |
+
initial_state
|
17 |
+
function_keys # think left (input) side of truth table
|
18 |
+
function_values # think right (output) side of truth table
|
19 |
+
function_inputs # the node indices that go into this function
|
20 |
+
```
|