
What is Machine Learning?
Machine learning (ML) is a subset of artificial intelligence in which systems learn patterns from data and improve their performance on a task without being explicitly programmed with rules for that task.
Why It Matters
Machine learning is the engine behind virtually every modern AI application β from recommendation systems on Netflix to fraud detection in banking to the language models powering ChatGPT. Understanding ML is essential because it's the parent discipline of deep learning, large language models, and most techniques discussed in this dictionary.
How It Works
A machine learning system follows a general cycle:
- Data collection β gather labeled or unlabeled examples.
- Feature extraction β identify measurable properties in the data (or let the model learn them automatically in deep learning).
- Model training β an algorithm adjusts internal parameters to minimize error on the training data.
- Evaluation β test the model on unseen data to measure performance.
- Deployment β serve the model to make predictions on new inputs (inference).
ML approaches fall into three main paradigms:
- Supervised learning β learn from labeled examples (input β known output).
- β discover structure in unlabeled data.