/GatedLinearNetworks.jl

A gaussian gated linear networks implementation

Primary LanguageJuliaOtherNOASSERTION

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: example fit to noisy spiral function

Things left to do:

  • Optimize (it's super slow right now)
  • Add GPU support (easy in theory)