pointlander / verse

A physics model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model

softmax(AX + B) = X with random noise added after several applications of gradient descent. This is one cycle of the model. The random noise is added to simulate the quantum vacuum. This model is an auto-encoder which computes both page rank (X) and word vectors (A). (A) is also an adjacency matrix describing the connections between space (or is it particles?). Column vectors of X describe the probability of finding a particle in a particular place. Column vectors sum to 1. I should probably re-implement this model using complex numbers... 8 particle simulation at the bottom of the page is most interesting.

Simulations

1 particle universe simulation

simulation

2 particle universe simulation

simulation

3 particle universe simulation

simulation

8 particle universe simulation

simulation

8 particle universe simulation with low quantum vacuum

simulation

About

A physics model

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


Languages

Language:Go 100.0%