mbur/1dCA_r2s84T6
收藏Hugging Face2024-04-23 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/mbur/1dCA_r2s84T6
下载链接
链接失效反馈官方服务:
资源简介:
# 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): `2` | 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): `2000000` | The number of samples in the dataset. |
提供机构:
mbur
原始信息汇总
1D Cellular Automata Dataset 概述
数据集结构
- rule: 二进制格式的规则编号
- t=0 至 t=T: 每个时间步的元胞自动机状态
数据集分割
- 训练集: 80%
- 验证集: 10%
- 测试集: 10%
参数详情
| 参数 | 描述 |
|---|---|
r (整数): 2 |
元胞自动机规则的半径 |
size (整数): 84 |
元胞自动机中的细胞数量 |
T (整数): 6 |
元胞自动机演化的步数 |
num_samples (整数): 2000000 |
数据集中的样本数量 |



