AIExplainer
Machine Learning Intermediate

feedback loop

In machine learning, a situation in which a model's predictions influence the training data for the same model or another model.

In machine learning, a situation in which a model's predictions influence the training data for the same model or another model. For example, a model that recommends movies will influence the movies that people see, which will then influence subsequent movie recommendation models. See Production ML systems: Questions to ask in Machine Learning Crash Course for more information.

Practitioners refer to feedback loop when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.