mbur/1dCA_r1s84T6
收藏Hugging Face2024-04-15 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/mbur/1dCA_r1s84T6
下载链接
链接失效反馈官方服务:
资源简介:
# 1D Cellular Automata Dataset
## Structure
- `rule`: The rule number in binary format
- `t=0`, `t=1`, ..., `t=T`: The states of the CA at each timestep
## Splits
- Training: 80%
- Validation: 10%
- Test: 10%
## Parameters:
| Parameter | Description |
|-------------------|--------------------------------------------|
| r (int): `1` | The radius of the CA rule. |
| size (int): `84` | The number of cells in the CA. |
| T (int): `6` | The number of steps for the CA to evolve. |
| num_samples (int): `500000` | The number of samples in the dataset. |
提供机构:
mbur
原始信息汇总
1D Cellular Automata Dataset 概述
数据集结构
- rule: 规则编号,以二进制格式表示。
- t=0, t=1, ..., t=T: 细胞自动机在每个时间步的状态。
数据集分割
- 训练集: 80%
- 验证集: 10%
- 测试集: 10%
参数详情
| 参数 | 描述 |
|---|---|
r (int): 1 |
细胞自动机规则的半径。 |
size (int): 84 |
细胞自动机中的细胞数量。 |
T (int): 6 |
细胞自动机演化的步数。 |
num_samples (int): 500000 |
数据集中的样本数量。 |



