Foundational Machine Learning Terms — Complete Reference | AI Terms Guide
🧠
🧠 80 terms · Foundations of ML

The foundations of machine learning

The vocabulary every ML practitioner needs — from what a neural network actually is to how gradient descent updates weights. Start here if you're building an ML mental model from scratch.

80
Terms
5
Sub-topics
Weekly
Updates

Foundational ML is the bedrock of every modern AI system. Before you can meaningfully discuss transformers, RAG, or RLHF, you need the vocabulary in this category. A large language model is, ultimately, a very large neural network trained with gradient descent on billions of examples — every one of those concepts starts here.

These 80 terms are organized into five sub-topics: the learning process itself, optimization methods that make training work, regularization techniques that prevent overfitting, evaluation approaches, and the data that fuels everything. Every entry links to prerequisites, so if a term uses vocabulary you don't know, you can drill down until you hit familiar ground.

Full directory

All Foundational ML terms, organized

Grouped into sub-topics so you can find neighbors and prerequisites, not just alphabetical entries.

Beyond terminology

Go deeper on Foundational ML

📖 Related concept tutorials

Long-form guides that walk through how these concepts actually work.

🎯 Related models & tools

Real products and models where you'll encounter these terms.

Frequently Asked

Questions about Foundational ML

Not to use them — anyone can prompt ChatGPT or Claude. To build production applications, understand cost, or debug why a model fails, yes — the vocabulary here becomes essential. Start with our AI for Developers path.

Yes. Bigger models are still trained with gradient descent, still overfit, still need regularization, still use activation functions. The scale changes but the fundamentals persist.

Each term entry starts non-mathematically and adds math for readers who want it. Our concept tutorials go deeper with equations, but the term entries themselves are approachable.

Neural Network → Loss Function → Gradient Descent → Backpropagation → Overfitting → Regularization. Our AI from Zero path walks the sequence with exercises.

Basic linear algebra (vectors, matrices), calculus (derivatives, chain rule), and probability (distributions, expectation) help. But every term entry links to the prerequisites you need, so you can drill down as far as you need.

Share with