SantageAI Glossary › Machine Learning
AI Glossary

What is Machine Learning?

Machine learning is a subset of artificial intelligence where systems learn patterns from data rather than being explicitly programmed with rules.

What is the core idea behind machine learning?

Instead of writing rules, you show examples and the system learns.

How does machine learning differ from related concepts?

ConceptDifference
ML vs AIAI is the broader field. ML is a method within it
ML vs Deep LearningDeep learning is a subset of ML using neural networks
ML vs Traditional ProgrammingTraditional programming uses explicit rules. ML learns from data

How does machine learning work?

What are the limitations of machine learning?

Why is machine learning important?

Machine learning is the enabling methodology behind most modern AI applications, from recommendation systems to language models to autonomous vehicles.

How is machine learning used in practice?

Used in email spam filters, product recommendations, fraud detection, weather forecasting, medical diagnosis, speech recognition, and virtually every AI application.

Frequently Asked Questions

What types of machine learning exist?
The main types are supervised learning (learning from labelled examples), unsupervised learning (finding patterns in unlabelled data), reinforcement learning (learning through trial and error), and self-supervised learning (which powers most modern language models).
Does machine learning require large datasets?
It depends on the task and method. Deep learning typically requires large datasets, while some traditional ML methods can work well with smaller datasets.