LilaShiba / wide_neural_nets_snd

Neurons represented as matrices in neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 )

About

Neurons represented as matrices in neural network


Languages

Language:Jupyter Notebook 98.4%Language:Python 1.6%