Notation
Summary
Notation keeps formulas readable across mathematical foundations, probability, machine learning, forecasting, and evaluation. Pages may introduce local symbols, but these conventions are the default. Use acronyms for short names and glossary for prose definitions.
Common symbols
| Symbol | Typical meaning |
|---|---|
| Feature vector, observation, or input. | |
| Data matrix or random variable, depending on context. | |
| Target label or observed outcome. | |
| Prediction. | |
| Model parameters. | |
| Linear-model weights and bias. | |
| Conditional probability of outcome given input . | |
| Dataset or data-generating distribution. | |
| Observed entries in a sparse matrix. | |
| Regularization strength or generic rate parameter. | |
| Gradient operator. | |
| Expectation. | |
| Learning rate or step size. | |
| Sigmoid function, or a standard deviation by context. | |
| Discount factor in reinforcement learning. | |
| Policy in reinforcement learning. |
Matrix notation
Vectors are usually lowercase bold or plain lowercase depending on page style. Matrices are uppercase. In recommender systems, often denotes a user-item matrix, a user factor, and an item factor.
Evaluation notation
Use for a cutoff in ranked retrieval, for sample size, and for time index. When a metric has a specialized definition, link to the metric page or references instead of redefining it inline.
Nav