33. Artificial Intelligence (AI) Flashcards
1
Q
Artificial Intelligence (AI)
AI definition
A
Something that perceives its environment and takes actions to maximum the chance of success of some sort of goal
2
Q
Artificial Intelligence (AI)
Expert System
A
2 sub systems
- Knowledge base represents facts and rules
- Inference engine applies the rules to the known facts to deduce new facts
- System that emulates decision making ability of human expert
- Designed to solve complex problems
3
Q
Artificial Intelligence (AI)
Artifical Neural Network
(ANN)
A
Based on a collection of connected units called artifical Neurons
- Typically organised in layers
- Different layers perform different transformations on their inputs
- Decisions made on 1000’s of memories or factors
4
Q
Artificial Intelligence (AI)
Genetic Programming
(GP)
A
Programs are encoded as set of genes that evolve
- Evolve using algorithm often a genetic algorithm (GA)
- Programs able to perform well in prdefined tasks
- Tree structures
5
Q
Artificial Intelligence (AI)
Evolving Programming
A
Taking traits from one program thats best at solving a specific problem and evolve them