12 - Learning Flashcards
Types of Learning
Unsupervised; Reinforcement; Supervised
Learning
Improved Performance on future tasks by observing the environments
Essential Elements of a Learning Agent
Problem Generator; Learning Element and Performance Element
Unsupervised Learning
Agent learns patterns in the input without feedback (e.g. clustering)
Reinforcement Learning
Agent learns from a series of rewards/punishments (e.g. chess engine)
Supervised Learning
Agent observes patterns in the supplied input-output pairs (e.g. automated driving)
Disadvantage of Supervised Learning
You can only as good as your data (Learning Saturation)
How-To Manuals could be visually illustrated as ________.
DECISION TREES
Ockhams razor aims to maximize ________.
CONSISTENCY AND SIMPLICITY
Which heuristic finds simple decision trees?
Information-Gain Heuristic