Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Eager learning
Learning method used in developing artificial intelligence

In artificial intelligence, eager learning is a learning method in which the system tries to construct a general, input-independent target function during training of the system, as opposed to lazy learning, where generalization beyond the training data is delayed until a query is made to the system. The main advantage gained in employing an eager learning method, such as an artificial neural network, is that the target function will be approximated globally during training, thus requiring much less space than using a lazy learning system. Eager learning systems also deal much better with noise in the training data. Eager learning is an example of offline learning, in which post-training queries to the system have no effect on the system itself, and thus the same query to the system will always produce the same result.

The main disadvantage with eager learning is that it is generally unable to provide good local approximations in the target function.

Eager LearningLazy Learning
Model is created as soon as possibleModel creation is waited until the last point possible
Processing power consumed soonerProcessing power consumed later
Model is ready for query at onceWaits to create a model until the query
We don't have any images related to Eager learning yet.
We don't have any YouTube videos related to Eager learning yet.
We don't have any PDF documents related to Eager learning yet.
We don't have any Books related to Eager learning yet.
We don't have any archived web articles related to Eager learning yet.

References

  1. Hendrickx, Iris; Van den Bosch, Antal (October 2005). "Hybrid algorithms with Instance-Based Classification". Machine Learning: ECML2005. Springer. pp. 158–169. ISBN 9783540292432. 9783540292432

  2. INTRODUCTION TO KNOWLEDGE PROCESSING. p. 2.

  3. Wouda, Frank J., et al. "Estimation of full-body poses using only five inertial sensors: an eager or lazy learning approach?." Sensors 16.12 (2016): 2138.

  4. Aha, David W. "Lazy learning." Lazy learning. Dordrecht: Springer Netherlands, 1997. 7-10.