@@ -21,13 +21,72 @@ trigger global qualitative phase shifts.
2121
2222---
2323
24- ## Live demo
24+ ---
25+
26+ ## Experiments overview
27+
28+ This repository is organized as a set of related but independent explorations.
29+
30+ ---
31+
32+ ### 1. 2D Kernel Interference (baseline)
33+
34+ ** Path:** [ cnn] ( https://github.com/AlgorithmicDynamics/kernel-interference-explorer/cnn )
35+
36+ The original experiment:
37+ an iterative ** 2D convolution** with a symmetric 3×3 kernel on a torus.
38+
39+ This is where the idea of * kernel space as a dynamical landscape* first emerged.
40+
41+ Live demos:
2542
2643- [ algorithmicdynamics.com/kernel-interference-explorer/cnn/] ( https://algorithmicdynamics.com/kernel-interference-explorer/cnn/ )
2744- [ GitHub Pages mirror] ( https://algorithmicdynamics.github.io/kernel-interference-explorer/cnn/ )
2845
2946---
3047
48+ ### 2. 1D Kernel → Sound
49+
50+ ** Path:** [ 1d-with-sound] ( https://github.com/AlgorithmicDynamics/kernel-interference-explorer/1d-with-sound )
51+
52+ A reduction of the same idea to ** one dimension** , coupled to sound.
53+
54+ Live demos:
55+
56+ - [ algorithmicdynamics.com/kernel-interference-explorer/1d-with-sound/] ( https://algorithmicdynamics.com/kernel-interference-explorer/1d-with-sound/ )
57+ - [ GitHub Pages mirror] ( https://algorithmicdynamics.github.io/kernel-interference-explorer/1d-with-sound/ )
58+
59+ ---
60+
61+ ### 3. 3D Toroidal Kernel Interference (simple slicer)
62+
63+ ** Path:** [ 3d] ( https://algorithmicdynamics.com/kernel-interference-explorer/3d/ )
64+
65+ A first extension of the system into ** three dimensions** .
66+
67+ Live demos:
68+
69+ - [ algorithmicdynamics.com/kernel-interference-explorer/3d/simple/] ( https://algorithmicdynamics.com/kernel-interference-explorer/3d/ )
70+ - [ GitHub Pages mirror] ( https://algorithmicdynamics.github.io/kernel-interference-explorer/3d/ )
71+ -
72+ ---
73+
74+ ### 4. 3D Toroidal Kernel Interference — Isometric View
75+
76+ ** Path:** [ 3d/torus-iso] ( https://algorithmicdynamics.com/kernel-interference-explorer/3d/torus-iso )
77+
78+ The current, most developed 3D experiment.
79+
80+ Instead of “slicing” the volume, the system treats observation as a
81+ ** translation of a fixed cube through a 3D torus** .
82+
83+ Live demos:
84+
85+ - [ algorithmicdynamics.com/kernel-interference-explorer/3d/torus-iso/] ( https://algorithmicdynamics.com/kernel-interference-explorer/3d/torus-iso/ )
86+ - [ GitHub Pages mirror] ( https://algorithmicdynamics.github.io/kernel-interference-explorer/3d/torus-iso/ )
87+
88+ ---
89+
3190## License
3291
3392MIT License. See [ LICENSE] ( LICENSE ) for details.
0 commit comments