An implementation of Gaussian Gated Linear Networks, an interesting type of neural network that doesn't use backpropagation.
It can fit arbitrary continuous functions, a simple example of which is below:
Things left to do:
- Optimize (it's super slow right now)
- Add GPU support (easy in theory)