verse

command module
v0.0.0-...-01de7a8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2022 License: BSD-3-Clause Imports: 17 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL