Articles → MACHINE LEARNING → Models In Machine Learning
Models In Machine Learning
Mathematical Representation
Cost = 10 × Number of Apples
What Is A Model?
Inputs, Outputs, And Parameters
Parameter = Model Memory
Constituents Of A Machine Learning Model
| Component | Description |
|---|
| Parameters | learned values |
| Hyperparameters | manually set values that control learning |
| Loss Function | a metric to measure error |
| Optimizer | algorithm to update parameters |
| Model Architecture | structure (e.g., linear, decision tree, neural net). |
| Training Data | The input-output examples that teach the model. |
| Prediction Function | how the model transforms input into output. |
| Posted By - | Karan Gupta |
| |
| Posted On - | Thursday, September 25, 2025 |