pointlander / newton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle simulation

Description

This simulation uses attention to simulate particles. Using attention, the lowest entropy configuration of particles is found: min entropy(softmax(x * softmax(x * x))). This model is Machian. The particles are 8 dimensional, and for visualization PCA is used to reduce the dimensions down to 2. Dark energy like behavior is observed. Video of the simulation can be found here.

Citations

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%