Week 1 Flashcards
What is the aim of AI?
Programming things that in the future can do things by himself what we can’t do
What’s the difference between cognitive psychology and AI?
1) Cognitive psychology want to know what going on in the mind
2) AI studies how to build or program computers to enable them to do what minds can do
What things does AI have from psychology and what things does AI have from computer science?
1) Psychology > perception, reasoning and action
2) Computer science > computation
Explain Dualism vs. Materialism
1) Dualism: brain and body work separate but are connected > soul is responsible
2) Materialism: soul doesn’t exist, all mental states are caused by physical states
Large language models are vulnerable hallucinations explain this three vulnerabilities
1) AI can present false info as facts
2) Compression artefacts (mistakes when combining info)
3) People think that longer answers are facts > chat gpt makes up false text for longer answers
What is SNARC of Minsky and Edmonds
The first neural network computer with 40 neurons
What did Newell & Simon introduce
1) Symbolic AI
2) Reasoning and thinking is manipulation of symbols
Explain symbolic AI
Machine applies rules that produce a certain output in numbers, words (that are the symbols)
Explain ELIZA, PARRY, STRIPS and MYCIN
1) ELIZA: natural language processor, mimics a psychotherapist using simple techniques to create illusion of understanding
2) PARRY: simulation of schrizophrenia patient
3) STRIPS: automated planner of stanford (divided goals into subgoals)
4) MYCIN: diagnosing blood infections with simpel if-then rules
What are advantages of connectionist AI
1) Lesion tolerant
2) Capable of generalisation