Machine Learning
What is machine learning and how is it used? You can find out more here.
Definition
Machine learning is a central subfield of AI that deals with letting computer algorithms learn from data instead of explicitly programming them. A machine learning model is trained with sample data (and often desired outputs) and adapts until it recognizes patterns in the data. It can then generalize these learned patterns to make meaningful predictions or decisions based on new data.
In short: the system learns from experience. Machine learning thus enables image recognition, language translation or predictions of trends, for example, without a human having to specify all the rules.
Learning types at a glance
There are different types of machine learning:
Applications
Machine learning is omnipresent today: recommendation systems from online stores or streaming services learn to make suitable suggestions based on your behavior. Spam filters learn to recognize unwanted emails. Diagnostic models in the medical field learn patterns for diseases from patient data. Voice assistants use machine learning to translate speech. Basically, any application that needs to make sense of data relies on machine learning.