Skip to content

Commit 6a0b3a2

Browse files
authored
Refine README content for kernel interference experiments
Updated descriptions for clarity and conciseness in the README.
1 parent 880fc6a commit 6a0b3a2

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ This repository is organized as a set of related but independent explorations.
4141

4242
**Path:** [cnn](https://github.com/AlgorithmicDynamics/kernel-interference-explorer/cnn)
4343

44-
an iterative **2D convolution** with a symmetric 3×3 kernel
45-
on a periodically padded field.
44+
A 2D experiment with a symmetric 3×3 kernel on a periodic field.
4645

47-
This is the closest continuation of the 2D convolution experiments
48-
from *Fractogenesis*, but with the focus shifted from fixed generators
46+
This is the closest continuation of the 2D work in *Fractogenesis*,
47+
but with the emphasis shifted from fixed generators
4948
to **systematic kernel exploration**.
5049

5150
Live demos:
@@ -59,10 +58,10 @@ Live demos:
5958

6059
**Path:** [1d-with-sound](https://github.com/AlgorithmicDynamics/kernel-interference-explorer/1d-with-sound)
6160

62-
A reduction of the same convolution + padding logic to **one dimension**.
61+
A one-dimensional reduction of the same idea.
6362

64-
The evolving 1D field is discretized symbolically and mapped to musical notes.
65-
Sound is driven directly by the convolution results, not added afterward.
63+
The evolving field is discretized symbolically and mapped to musical notes.
64+
Sound is driven directly by the evolving state, not added afterward.
6665

6766
Live demos:
6867

@@ -75,11 +74,10 @@ Live demos:
7574

7675
**Path:** [3d](https://algorithmicdynamics.com/kernel-interference-explorer/3d/)
7776

78-
The same convolution + padding process extended to **three dimensions**
79-
using a symmetric 3×3×3 kernel.
77+
A straightforward extension into three dimensions.
8078

8179
The 3D field is visualized via a single Z-slice.
82-
This version mainly exists to establish the 3D convolution logic
80+
This version mainly exists to establish the 3D logic
8381
and serves as a baseline reference.
8482

8583
Live demos:
@@ -93,18 +91,15 @@ Live demos:
9391

9492
**Path:** [3d/torus-iso](https://algorithmicdynamics.com/kernel-interference-explorer/3d/torus-iso)
9593

96-
This experiment keeps the **same 3D convolution**, but changes how it is observed.
94+
The same 3D system, observed differently.
9795

9896
Instead of slicing the volume, a fixed observation cube is translated through
99-
the periodically closed 3D field.
100-
Three orthogonal convolution faces are sampled coherently and combined
97+
the periodically closed field.
98+
Three orthogonal faces are sampled coherently and combined
10199
into a single isometric cube view.
102100

103-
Nothing new is added to the dynamics —
104-
only the **way convolution results are inspected** changes.
105-
106-
This makes spatial symmetries and invariants visible
107-
that are difficult to notice in sliced views.
101+
Nothing changes in the dynamics —
102+
only the **way results are inspected**.
108103

109104
Live demos:
110105

0 commit comments

Comments
 (0)