Parameters update automatically; hyperparameters are tuned by humans.
Parameters are the internal values a model adjusts to fit the data. Hyperparameters govern how that adjustment happens — or the model's architecture itself (Stanford CS231n; Google AI Glossary, 2024).
If parameters are the words the model writes, hyperparameters are the rules of grammar the author sets first.
| Aspect | Parameter | Hyperparameter |
|---|---|---|
| Set by | Training | Human / search |
| Count | Millions-trillions | Dozens |
| Updated during training | Yes | No (usually) |
| Stored in model file | Yes | Metadata only |
| Tuning method | Gradient descent | HPO (grid, random, Bayesian, Optuna) |
Is temperature a hyperparameter? Yes — an inference-time hyperparameter.
Are hyperparameters learnable? Usually no. Some research explores "learned hyperparameters" (meta-learning).
What is HPO? Hyperparameter optimization — automated search over hyperparameter combos.
Which hyperparameter matters most? For LLMs: learning rate schedule, batch size, data mix.
Can I transfer hyperparameters across model sizes? Not directly — scaling laws give rough rules, but each size needs tuning.
Does architecture count as a hyperparameter? Yes, technically — number of layers, heads, dimension are hyperparameters.
How do I track hyperparameters? Tools like MLflow, Weights and Biases, or plain YAML configs.
Parameters are the "what" the model learned; hyperparameters are "how" it learned. Tune the right one and save months of frustration. More on Misar Blog.
Free newsletter
Join thousands of creators and builders. One email a week — practical AI tips, platform updates, and curated reads.
No spam · Unsubscribe anytime
A complete list of 25 free AI writing tools in 2026 — Claude, ChatGPT, Gemini, Grammarly, QuillBot, Hemingway, and more…
The top free AI image generators in 2026 — DALL-E via Bing, Gemini, Ideogram, Leonardo, Stable Diffusion, Flux — with qu…
The top free AI tools for nonprofits in 2026 — grant writing, donor outreach, social posts, translations, research — wit…
Comments
Sign in to join the conversation
No comments yet. Be the first to share your thoughts!