Skip to content

The second iteration of the network simulation -- Not yet started

License

Notifications You must be signed in to change notification settings

wdevore/Netron2-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Netron2-Go

The second iteration of the network simulation -- Not yet started

Overview

This simulation (sim) uses the a neuron called "Deuron" from the Deuron8 simulation. At each sim step we perform two passes of the network.

First pass

In this pass the post-synaptic neurons are evaluated at the Soma based on the current output of the pre-synaptic axon. The soma's output is placed into the input gate of axon where the spikes will propagate towards the post-synapse on the second.

Second pass

In this pass each neuron is stepped. This means each axon is internally shifted 1 unit towards its output, then the soma's gate in placed into the axon.

Then Inputs are sampled and routed to the input synapses of the input neurons.

Running the simulation

Just run: go run . inside the Netron1-Go directory

Dependencies

About

The second iteration of the network simulation -- Not yet started

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published