Skip to content

Commit

Permalink
Fix "spelling"
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Sep 24, 2024
1 parent c21d426 commit af683b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/wta_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Demonstration of the WTA connector in use. There are two populations both
# receiving input from the same Poisson source. One population has a
# self-connection with a WTA connector, which will attempt to ensure that only
# one neuron in the population spikes at a time. As neuron 2 has a higher rate
# of input than the others, it will be the "winner" more often than the others.
# Demonstration of the winner-takes-all connector in use. There are two
# populations both receiving input from the same Poisson source. One
# population has a self-connection with a winner-takes-all connector, which
# will attempt to ensure that only one neuron in the population spikes at a
# time. As neuron 2 has a higher rate of input than the others, it will be
# the "winner" more often than the others.

# Note that SpiNNaker does not send "instantaneous" spikes, so there can be
# times where two neurons spike in the same time step.
Expand Down

0 comments on commit af683b8

Please sign in to comment.