Upload 4 files
Browse files- .gitattributes +3 -0
- README.md +23 -3
- test.json +3 -0
- train.json +3 -0
- validation.json +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
test.json filter=lfs diff=lfs merge=lfs -text
|
60 |
+
train.json filter=lfs diff=lfs merge=lfs -text
|
61 |
+
validation.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# 1D Cellular Automata Dataset
|
3 |
+
|
4 |
+
## Structure
|
5 |
+
|
6 |
+
- `rule`: The rule number in binary format
|
7 |
+
- `t=0`, `t=1`, ..., `t=T`: The states of the CA at each timestep
|
8 |
+
|
9 |
+
## Splits
|
10 |
+
|
11 |
+
- Training: 80%
|
12 |
+
- Validation: 10%
|
13 |
+
- Test: 10%
|
14 |
+
|
15 |
+
## Parameters:
|
16 |
+
|
17 |
+
| Parameter | Description |
|
18 |
+
|-------------------|--------------------------------------------|
|
19 |
+
| r (int): `3` | The radius of the CA rule. |
|
20 |
+
| size (int): `20` | The number of cells in the CA. |
|
21 |
+
| T (int): `20` | The number of steps for the CA to evolve. |
|
22 |
+
| num_samples (int): `1111111` | The number of samples in the dataset. |
|
23 |
+
|
test.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cfc7cbee457dab1c4d20213fd1c1141c3a7c10265ae0407b4104d6a102cf813
|
3 |
+
size 64888970
|
train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b891f1bc910735511762598b0939a68db7dbd6411e9c7c8366af51c4d682fd3
|
3 |
+
size 730000000
|
validation.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9356b03a75d16974abd2fabc450da63eb0ab6364ac9c3059d3ad01ecf0e9f64
|
3 |
+
size 16222060
|