/wide_neural_nets_snd

Neurons represented as matrices in neural network

Primary LanguageJupyter Notebook

wide_neural_nets_snd

Implementation of the following paper

Neurons abstracted into layer class

Here, a layer of neurons and their signals. A vector composed of input and state.

Layers as network

connections are based on k strongest connections as measured by the min( [abs(difference between states) .... nth compare], k )