Jump to content

SUPS: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with 'In computational neuroscience, '''SUPS''' (for '''S'''ynaptic '''U'''pdates '''P'''er '''S'''econd) is a measure of a neuronal network performance, useful in...'
(No difference)

Revision as of 22:44, 25 August 2014

In computational neuroscience, SUPS (for Synaptic Updates Per Second) is a measure of a neuronal network performance, useful in fields of neuroscience, cognitive science, artificial intelligence, and computer science.

Computing

For a processor or computer designed to simulate a neural network SUPS is measured as the product of simulated neurons and average connectivity (synapses) per neuron per second:

Depending on the type of simulation it is usual equal to the total number of synapses simulated.

In an "asynchronous" dynamic simulation if a neuron spikes at Hz, the average rate of synaptic updates provoked by the activity of that neuron is . In a synchronous simulation with step the number of synaptic updates per second would be . As has to be chosen much smaller than the average interval between two successive afferent spikes, which implies , giving an average of synaptic updates equal to . Therefore, spike-driven synaptic dynamics leads to a linear scaling of computational complexity O(N) per neuron, compared with the O(N2) in the "synchronous" case.[1]


Records

In 2013, the K computer was used to simulate a neural network of 1.73 billion neurons with a total of 10.4 trillion synapses (1% of the human brain). The simulation ran for 40 minutes to simulate 1 s of brain activity at a normal activity level (4.4 on average). The simulation required 1 Petabyte of storage.[2]

See also

References

  1. ^ Maurizio Mattia, Paolo Del Giudice (1998). "Asynchronous simulation of large networks of spiking neurons and dynamical synapses". Proceedings of the 8th International Conference on Artificial Neural Networks: pp 1045-1050. doi:10.1007/978-1-4471-1599-1_164. {{cite journal}}: |page= has extra text (help)
  2. ^ Fujitsu supercomputer simulates 1 second of brain activity Tim Hornyak, CNET, August 5, 2013

External links