Update docs/src/training/training.md
Co-Authored-By: Mike J Innes <mike.j.innes@gmail.com>
This commit is contained in:
parent
ba4e3be0d3
commit
a0e3729679
|
@ -3,7 +3,7 @@
|
||||||
To actually train a model we need four things:
|
To actually train a model we need four things:
|
||||||
|
|
||||||
* A *objective function*, that evaluates how well a model is doing given some input data.
|
* A *objective function*, that evaluates how well a model is doing given some input data.
|
||||||
* The parameters of the model.
|
* The trainable parameters of the model.
|
||||||
* A collection of data points that will be provided to the objective function.
|
* A collection of data points that will be provided to the objective function.
|
||||||
* An [optimiser](optimisers.md) that will update the model parameters appropriately.
|
* An [optimiser](optimisers.md) that will update the model parameters appropriately.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue