Layered Learning
Abstract
This paper presents layered learning , a hierarchical machine learning paradigm. Layered learning applies to tasks for which learning a direct mapping from inputs to outputs is intractable with existing learning algorithms. Given a hierarchical task decomposition into subtasks , layered learning seamlessly integrates separate learning at each subtask layer. The learning of each subtask directly facilitates the learning of the next higher subtask layer by determining at least one of three of its components: (i) the set of training examples; (ii) the input representation; and/or (iii) the output representation. We introduce layered learning in its domain-independent general form. We then present a full implementation in a complex domain, namely simulated robotic soccer.
Cite
Text
Stone and Veloso. "Layered Learning." European Conference on Machine Learning, 2000. doi:10.1007/3-540-45164-1_38Markdown
[Stone and Veloso. "Layered Learning." European Conference on Machine Learning, 2000.](https://mlanthology.org/ecmlpkdd/2000/stone2000ecml-layered/) doi:10.1007/3-540-45164-1_38BibTeX
@inproceedings{stone2000ecml-layered,
title = {{Layered Learning}},
author = {Stone, Peter and Veloso, Manuela M.},
booktitle = {European Conference on Machine Learning},
year = {2000},
pages = {369-381},
doi = {10.1007/3-540-45164-1_38},
url = {https://mlanthology.org/ecmlpkdd/2000/stone2000ecml-layered/}
}