Recurrent Neural Network Visualization

Channel:
Subscribers:
27
Published on ● Video Link: https://www.youtube.com/watch?v=aWcvIKM_VQo



Duration: 2:02
1,785 views
20


A 128x128 fully recurrent neural network. The brightness of each pixel corresponds to that neurons activation level. Each neuron is modeled as a node that is connected to it's 8 neighbors by weighted connections, and also to a small amount of neurons in a random location within the grid (modeling an axon), also with weighted connections. A neuron receives a decaying input and if it surpasses the threshold value the neuron fires, sending a signal to its neighbors as well as down it's axon. The program uses ~4Mb of memory, but is less than .12mb in size :D







Tags:
simulation
neural
network
recurrent
model
ann
brain
ai
artificial intelligence