Machine Learning – Intuitive Explanation of Statistical Inference: Understanding Machine Learning

inferenceintuitionmachine learning

What is the cleanest, easiest way to explain someone the concept of Inference? What does it intuitively mean?

How would you go to explain it to the layperson, or to a person who has studied a very basic probability and statistics course?

something that would contribute to making it also 'intuitively' clear would be greatly appreciated!

Best Answer

Sometimes it's best to explain a concept through a concrete example:

Imagine you grab an apple, take a bite from it and it tastes sweet. Will you conclude based on that bite that the entire apple is sweet? If yes, you will have inferred that the entire apple is sweet based on a single bite from it.

Inference is the process of using the part to learn about the whole.

How the part is selected is important in this process: the part needs to be representative of the whole. In other words, the part should be like a mini-me version of the whole. If it is not, our learning will be flawed and possibly incorrect.

Why do we need inference? Because we need to make conclusions and then decisions involving the whole based on partial information about it supplied by the part.