What is Machine Learning?
Machine Learning (ML) involves training a mathematical model with training data and then using it to automatically evaluate data from the usage context. To ensure that the model only learns the relevant aspects of the input data, the data is usually subjected to feature extraction beforehand. For image data, the extraction of the most frequent color or the identification of geometric shapes would be such a feature extraction.
There are various methods, which differ in terms of the learning process: supervised learning, unsupervised learning, semi-supervised learning, and reinforcement learning. The models used include decision trees, regression analysis, cluster analysis, or artificial neural networks.