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



