1dCA_r1s84T6 / README.md
mbur's picture
Upload 4 files
88319d3 verified
|
raw
history blame contribute delete
No virus
634 Bytes

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.