A functional and configurable 3D neural network that allows for a concrete visualization of the operation of a real neural network. This representation makes machine learning, the basis of most modern artificial intelligence technologies, more accessible to understanding.
A neural radiance field (NeRF) is a fully-connected neural network that can generate novel views of complex 3D scenes, based on a partial set of 2D images.
A boids simulation is a computer program that simulates the behavior of flocks of birds, schools of fish, or swarms of insects. It was first introduced by computer scientist Craig Reynolds in 1986. The simulation is based on three simple rules that dictate how the individual agents in the simulation (called "boids") move and interact with each other, resulting in complex emergent behavior similar to that observed in real-life flocks or schools.