Update docs/src/training/training.md

Co-Authored-By: Mike J Innes <mike.j.innes@gmail.com>
This commit is contained in:
Helios De Rosario 2019-11-15 21:17:45 +01:00 committed by GitHub
parent ba4e3be0d3
commit a0e3729679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
To actually train a model we need four things:
* 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.
* An [optimiser](optimisers.md) that will update the model parameters appropriately.