Connectionism Flashcards
What is connectionism?
A paradigm in cognitive science that states that human mental processes can be explained by the computational / artificial modelling of neural networks.
What is the starting point of connectionism?
The architecture of the brain, neurons, neural networks.
What are neural networks?
- Interconnected neurons distributed across the brain.
- Parallel and distributed (whereas the Turing machine is serial and modular).
- Examples: Face recognition, a rolling red ball.
What is an artificial neural network?
A computational model of a simplified version of a biological neural network. Simulates networks of interconnected neurons in the brain. Learns to represent the world in this network structure and deliver outputs.
What are connectionist models also called?
Parallel distributed processing (PDP) models.
What are the three representations in connectionism?
- Sub-symbolic (rather than symbolic, i.e. no explicit symbolic representation of rules and properties, nodes representing neurons)
- Distributed / parallel (rather than local/modular)
- Superposition (rather than discrete/categorical, i.e. the system is able to be in multiple states at the same time until the output is provided)
What are the characteristics of connectionist models?
Characterized by connections and different strengths of connection between processing units.
Processing units are meant to represent neurons and communicate with one another by signals (such as firing rate).
Three layers: input units, hidden units and output units.
What is the goal of connectionist models?
To simulate the actions of interconnected neurons in the brain. To perform a task by specifying the architecture, i.e. the number of units, their arrangement in layers and columns, the pattern of connectivity and the weight/strength of each connection.
What are the input units?
Input units receive stimuli from the environment and get activated.
Similar to how the dendrites of the neuron receive input from other neurons.
Some biological factors are distance to the soma and concentration of neurotransmitter receptors.
The input is summed at the axon hillock and the dendrite activity is graded. Either the axon fires or it does not, i.e. “all-or-none”.
What are the hidden units?
The hidden units receive signals from the input units. The hidden units provide a state space for compressing the data.
What are the output units?
The output units receive signals from the hidden units.
The output can be recognition of an object, a word etc.
What is a connection weight?
A connection weight determines how signals sent from one unit either increase or decrease the activity of the next unit (just like exhibitory or inhibitory synapses).
What does back propagation do?
Backpropagation sends error signals back through the system and adjusts the weights.
Mention the components of a connectionist model.
Input units, hidden units, output units, connection weights, backpropagation.
What are the 4 types of activation functions in a connectionist model?
Identity, step, threshold logic and sigmoid.