Machine Learning Intermediate
prior belief
What you believe about the data before you begin training on it.
Plain English Explanation
What you believe about the data before you begin training on it. For example, L2 regularization relies on a prior belief that weights should be small and normally distributed around zero.
How is it used?
Practitioners refer to prior belief when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.