Upload 4 files
Browse files- .gitattributes +3 -0
- README.md +23 -0
- test.json +3 -0
- train.json +3 -0
- validation.json +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
test.json filter=lfs diff=lfs merge=lfs -text
|
57 |
+
train.json filter=lfs diff=lfs merge=lfs -text
|
58 |
+
validation.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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): `2` | The radius of the CA rule. |
|
20 |
+
| size (int): `84` | The number of cells in the CA. |
|
21 |
+
| T (int): `6` | The number of steps for the CA to evolve. |
|
22 |
+
| num_samples (int): `2000000` | 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:64cd2d73f53266cf4aa8ae39b79a361bdf94b58c39bea61adf4b79fcbf1fb38a
|
3 |
+
size 12040000
|
train.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8096531decac1982ccbe372a5443813fa38157850c4fb838c4e6bd7a6b2ed773
|
3 |
+
size 1132362000
|
validation.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bccf85848cb26f5690e5bc33a4ca2c3413c53f35b2931f6f5182dee49ff4b9ca
|
3 |
+
size 59598000
|