Task 1 Flashcards
Cognitive science
The scientific study of the biological processes and mechanisms underlying human cognition and behavior
Central hypothesis of cognitive science
Thagard et al.
Thinking is best understood in terms of representational structures in the mind and computational procedures
that work with these representational structures
CRUM
Thagard et al.
Computational-Representational Understanding of the Mind (approach following central hypothesis)
Artificial intelligence
Systems that display intelligent behavior by analyzing their environment and taking actions – with some degree of autonomy – to achieve specific goals
Capabilities of AI Systems
- Perceives environment through sensors and perception (camera, microphone, …)
- Reasoning / Information processing and Decision Making
- Actuation
Rational AI systems
Basic version of AI systems. They modify the environment, but they do not adapt their behavior over time to better achieve their goal
Black-box AI
Accurate but can’t trace back the reason for certain decisions
3 laws of AI
Asimow
- AI has to obey humans
- AI must not harm humans
- AI must have to protect its own systems
Strong/weak AI
Strong AI – System’s intellectual ability becomes indistinguishable from human intelligence
Weak AI – System that can just perform one task
Alignment problem
Gopnik
How do we ensure that the AI’s goals don’t conflict with ours?
Machine Learning
Enables computers to learn from data and make decisions or predictions without being explicitly programmed. It involves algorithms that identify patterns and improve their performance over time as they are exposed to more data
Reinforcement Learning
The model learns by interacting with an environment, receiving rewards or penalties based on its actions.
Supervised Learning
The model is trained on a labeled dataset, meaning that each training example is paired with an output label
Neural Networks
Computational models inspired by the human brain.
They consist of interconnected layers of nodes (neurons), where each node processes input and passes the output to the next layer.
Deep learning
Approach to neural networks:
Neural network has several layers between the input & output