Home/Machine Learning

Field

Machine Learning

Learning patterns from data — the foundation everything else sits on.

Machine learning is the broader field that deep learning is part of. Most working ML has nothing to do with neural networks: it's gradient-boosted trees on tabular data, quietly outperforming anything fancier and doing so in seconds.

That's worth stating plainly, because the assumption that deep learning is always better is expensive and wrong. On spreadsheet-shaped problems it usually loses, and there's a well-cited paper saying so.

This field covers the fundamentals that don't change: supervised and unsupervised learning, clustering, feature engineering — still where most of the accuracy comes from outside deep learning — and the two ideas that cause the most real-world failure: overfitting and getting your train/test split wrong.

Start with Machine Learning, then Overfitting — it explains more failures than anything else here.

6 concepts in this field