From a0e3729679376c984de2eb06b9848b12acb89b9f Mon Sep 17 00:00:00 2001 From: Helios De Rosario Date: Fri, 15 Nov 2019 21:17:45 +0100 Subject: [PATCH] Update docs/src/training/training.md Co-Authored-By: Mike J Innes --- docs/src/training/training.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/training/training.md b/docs/src/training/training.md index a5474529..47bda1f5 100644 --- a/docs/src/training/training.md +++ b/docs/src/training/training.md @@ -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.