Blog1: Statistical Learning in Everyday Life
- Sawalee Saengchai
- Apr 28, 2023
- 1 min read

Statistical learning is about finding patterns in data. It can be seen in many aspects of our daily lives, from recognizing faces to predicting weather. A good example of this is voice recognition, which is used in voice assistants like Siri or Alexa. These assistants can understand and respond to our commands quickly because they have been trained on a lot of speech data to recognize different words and phrases. For example, when you say "Hey Siri" or "Okay Google," the assistant knows to listen for further instructions. The assistant matches your speech with a pre-existing set of patterns and rules to figure out what you want and generate an answer.
Another example of statistical learning is image recognition. Just like we can quickly identify objects in pictures, machine learning algorithms can learn to do the same thing. For example, if you show the program a picture of a flower, it can tell you that it is a flower. This is done by teaching the program what certain things look like, by showing it many pictures with labels telling it what is in the picture. The program then uses this knowledge to recognize things in new pictures it has not seen before.





Thank you for your sharing! I like the idea of voice recognition like "Siri". It is the thing that we use a lot in our daily life, and it is one of the example of statistical learning.
Siri and Alexa are good examples of statistical learning around us. Through your blog I could recognize statistical leaning is not only for human learning. We can apply statistical learning for technologies and computer programs.