Task 4 Episode 4 Flashcards
Competetive learning
A form of unsupervised learning in artificial neural networks, in which nodes compete for the right to respond
Hebb rule
- Rule that states that the connections between two neurons will be strengthened if the neurons fire simultaneously
- If there is activity on input axon j when neuron i is active, then the strength of the connection (wij) between axon j and dendritre i is increased
Saturation
Weights between nodes in an artificial neural network only increase as they fire together, which can leave the network overactive, because at some point every neuron starts to fire (Solved by condition, that the sum of all input to one neuron cannot be more than 1)
Interference
Weights between nodes in a neural network will interfer with learning, because one weight can only store a limited amount of information
Auto-associator
- Neural networks that reproduces the input as output, and can remove noise from the input (Noise removal), and complete missing signals from the input (Pattern completion)
- Recurrent connections
- Supervised learning
Pattern-associator
- A pattern associator learns associations between input patterns and output patterns, and can link input stimuli that are presented together
- Comparable to classical conditioning
- Noise tolerance
- Fault tolerance
- Unsupervised
Recurrent network
Connections between nodes that can exhibit temporal dynamic behaviour by feeding the output back as its input
Hippocampus
Structure in the brain that is responsible for forming new episodic memories.
Drive reinforcement theory
Reinforcement learning is an autonomous, self-teaching system that essentially learns by trial and error
Dentate gyrus (DG)
A brain region of the hippocampus which forms inhibitory connections and in which competitive learning takes place.
CA3
A brain region of the hippocampus which has a recurrent connection and in which competitive learning takes place
CA1
A brain region of the hippocampus that acts as a pattern associator
Constraint satisfaction
Network trys to satisfy all constraints (limitations), therefore each neuron influences the state of all other neurons and each input is a constraint (Not all constraints can be satisfied)
Bias
- Additional units that bias the activity of the units in a layer
- Represents negative threshold
- Allows to have specific threshold for each neuron by changing weight from bias to neuron
Fault tolerance
- System is resistant to small damage and only has small decrease in functioning as damage increases