Template:GlossaryConcept
GlossaryConcept — Template for glossary entries in the Glossary: namespace.
Usage
{{GlossaryConcept
|concept_id=gradient_descent
|domain=machine learning, optimization
|aliases=GD, batch gradient descent
|related=Glossary:Stochastic_gradient_descent, Glossary:Learning_rate
|article=Gradient descent
|article_section=
|difficulty=intermediate
}}
Free-text definition goes here (1-3 sentences).
Parameters
| Parameter | Required | Description |
|---|---|---|
| concept_id | Yes | Lowercase slug identifier for the concept |
| domain | Yes | Comma-separated domain tags (e.g. machine learning, linear algebra) |
| aliases | No | Comma-separated alternate English phrasings |
| related | No | Comma-separated links to related Glossary: entries |
| article | No | Title of the main wiki article for this concept |
| article_section | No | Anchor to a specific section in the article |
| difficulty | No | beginner, intermediate, or advanced |