- Only single output neuron fires
- Set of homogeneous neurons with some randomly distributed synaptic weights
- Respond differently to given set of input patterns
- Limit imposed on strength of each neuron
- Mechanism to allow neurons to compete for right to respond to a given subset of inputs
- Only one output neuron active at a time
- Or only one neuron per group
- Winner-takes-all neuron

- Lateral inhibition
- Neurons inhibit other neurons
- Winning neuron must have highest induced local field for given input pattern
- Winning neuron is squashed to 1
- Others are clamped to 0
yk={10if vk>vj for all j,j=kotherwise- Neuron has fixed amount of weight spread amongst input synapses
- Learn by shifting weights from inactive to active input nodes
- Each input node relinquishes some proportion of weight
- Distributed amongst active nodes
Δwkj={η(xj−wkj)0if neuron k wins the competitionif neuron k loses the competition- Individual neurons learn to specialise on ensembles of similar patterns
- Feature detectors
