Task 3 Flashcards
What is the main aim of cognitive science ?
- explain how people accomplish various kinds of thinking
What is meant by mental representation ? (refer to task 1)
- It is the knowledge in our mind
What opperates on mental representations ?
- Mental procedures /computational procedure which activate thoughts and reasoning
- on mental representations
Give an example regarding mental procedure and mental representation:
- The number system is = mental representation
- What kind of number system is the mental procedure (Roman or Arabic)
What is the core method of AI ?
- computational modeling
Repeat: What is meant by CRUM ?
- Thinking can best be understood in terms of representational structures in the mind and computational procedures that operate on those structures
What is meant by serial processing ?
- Proccessing one information at a time (computer)
What is meant by parallel processing ?
- Processing multiple task at a time (brain and new computers)
What is meant by connectionism ?
- Computational modeling inspired by neuronal structuresof the brain
- Using Units = Neurons
- Degree of activation = frequency of which neurons fire
What are two types of connectionism models ?
- Local representation (concepts are represented by single nodes) -> using parallel processing
- Distributed representation (concepts are represented as activation pattern across multiple nodes) -> using parallel processing
How does the feedforward model work ?
- informaion flows upwards trough out the network (it gets passed forward)
- Info is not encoded in any particular node but rather distributed over the whole network of nodes
What are the two properties of most computational (distributed) model ?
- Feedforward network
2. Recurrent Network
What is meant by a activation fucntion ?
- Mathematical equation that determines the output of a neural network
- usually between 1 and 0
- It determines which neuron should fire or not fire based on whether the neurons input is relevant for the output
- Indirectly it determines the activation of a neuron
What is meant by backpropagation ?
- it is the core algorithm of how machine learn, because backpropegation can be used to callculate the negative gradient
- it uses the delta rule to fid out error in hidden layers
- You calculate the steps backwards and start with the output layer to identify the error
What is the formula for the coast function?
- (x-y)^2…
- x = output of what the network gives
- Y = the output you want it to have
- …= the sum of it
What are three ways to adjust a neurons activity ? (How to change a problem identified by the delta rule)
- changing the bais + changing the weights + changing the activation from the previous layers
How does the backpropagation determine the gradient ?
- By knowing each desired activty of each neuron and knowing how the activites can be changed
- We can go step by step from the last layer to the first layer and adjust weights bias in order to identify the negative gradient
What is meant by the delta rule ?
- Part of backpropagation
- The rule of changing the weight of a connection
- it is using the difference between a target/goal activation and an actual obtained activation-> If this is zero than no adjustment needed
- basically using an error function
What is meant by gracefull degradation ?
- Ability of machine or network to maintain limited functionality even when a large portion of it has been destroyed -> the other neuron make up for their work
- to prevent catastrophic failure
- Slow loss of performance
- Important does not account for local distributed models
What is meant by Brain computer interface ?
- devices that enable its users to interact with computers by means of brain/neuronal activity only
What types of Brain machine interface are out there ?
- Assitive BCI
- Rehabilitative BCI
What is meant by Assitive BCI ?
- aims to substitute lost functions such as communication or motor function, via robotic prosthesis