- Model
- A parameterized function that represent the relations between the inputs and the outputs. (i.e. the model architecture/definition)
- Weights
- A estimation/realization of the model’s parameters through training.
- Training^04e28d
- The process of estimating the model’s parameters through optimization.
- Optimization ^83d2f9
- The process of minimize/maximize a loss function.