I am a researcher, designer, and builder driven by the pursuit of fundamental truths—elegant, universal principles that reveal beauty within complexity. My perspective is shaped by a fusion of disciplines: a deep understanding of AI/ML, a well-honed spatial intuition, and the appreciation of mathematical rigor. These facets intertwine, constantly sparking a dynamic interplay of ideas.
PARTICLES LAB | EXP-1
EXP-2
Simulated Annealing, Energy Minimization, and the Travelling Salesman Problem
EXP-0
Fluidity vs. Stability: Shaping Dynamic Macrostructure Within Diffusion
PARTICLES LAB is a personal initiative where I use WebGL/WebGPU and GPU programming (GPGPU, GLSL, custom compute shaders) to prototype and visualize elegant computational ideas encountered in — and emerging from — my AI/ML research. Particle systems offer a natural embodiment of the elements and principles I care about: discreteness, locality, physics, emergence, and optimization.
EXP-1 draws inspiration from the heat equilibrium equation and the Laplace operator. It showcases how heat propagation across a 2D surface can be efficiently batch-computed through a grid-based convolution operation, offering a practical approximation to continuous gradient solvers. This approach brings inherent advantages, including parallelism, computational efficiency, and adaptability for downstream tasks like identifying global maxima. Unlike continuous gradient-based solvers, which often scale at O(N2) or higher due to global dependencies, the computational complexity of this grid-based method typically scales at O(N).
References
Daniel F. Styer. The geometrical significance of the Laplacian. American Journal of Physics, 2015.
Yann LeCun. Convolutional networks for images, speech, and time series. The handbook of brain theory and neural networks, 1995.
Blewitt et al. Applicability of GPGPU Computing to Real-Time AI Solutions in Games. IEEE Transactions on Computational Intelligence and AI in Games, 2013.
© 2019-2025 Yuning Wu. Visuals, text, and creative content are licensed under CC BY-NC-ND 4.0 . No commercial use or derivative works permitted without explicit permission.