Machine Learning
AI discipline enabling systems to learn and improve from data without being explicitly programmed.
AI discipline enabling systems to learn and improve from data without being explicitly programmed.
Définition détaillée
Machine learning is an AI branch developing algorithms capable of learning from data. Instead of being programmed with explicit rules, machine learning models identify patterns in training data and generalize to new data. The three main families are supervised learning (with labels), unsupervised learning (without labels), and reinforcement learning (trial and error). Key techniques include regression, random forests, SVMs, and neural networks.
Cas d'usage
Content recommendation engine: machine learning analyzes user behavior (views, downloads) to automatically recommend the most relevant articles, use cases, or resources.
Termes associés
En savoir plus
Questions fréquentes
What's the difference between supervised and unsupervised learning?
Supervised learning uses labeled data (e.g., emails marked 'spam' or 'not spam'). Unsupervised learning discovers hidden structures in unlabeled data (e.g., grouping customers by behavior).
How much data is needed for a machine learning project?
It depends on complexity: from a few hundred examples for simple problems to millions for deep learning models.
