Third edition of Artificial Intelligence: foundations of computational agents, Cambridge University Press, 2023 is now available (including the full text).
11 Beyond Supervised Learning
Confucius (551 BC - 479 BC), The Confucian Analects
This chapter goes beyond the supervised learning of Chapter 7. It covers learning richer representation and learning what to do; this enables learning to be combined with reasoning. First we consider unsupervised learning in which the classifications are not given in the training set. This is a special case of learning belief network, which is considered next. Finally, we consider reinforcement learning, in which an agent learns how to act while interacting with an environment.
- 11.1 Clustering
- 11.2 Learning Belief Networks
- 11.3 Reinforcement Learning
- 11.3.1 Evolutionary Algorithms
- 11.3.2 Temporal Differences
- 11.3.3 Q-learning
- 11.3.4 Exploration and Exploitation
- 11.3.5 Evaluating Reinforcement Learning Algorithms
- 11.3.6 On-Policy Learning
- 11.3.7 Assigning Credit and Blame to Paths
- 11.3.8 Model-Based Methods
- 11.3.9 Reinforcement Learning with Features
- 11.4 Review
- 11.5 References and Further Reading
- 11.6 Exercises