We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 641cb25 + 6127ebd commit 51f5f6bCopy full SHA for 51f5f6b
tensorflow/g3doc/tutorials/mnist/tf/index.md
@@ -195,7 +195,7 @@ And the tensor that will then contain the loss value is returned.
195
### Training
196
197
The `training()` function adds the operations needed to minimize the loss via
198
-gradient descent.
+[Gradient Descent](https://en.wikipedia.org/wiki/Gradient_descent).
199
200
Firstly, it takes the loss tensor from the `loss()` function and hands it to a
201
[`tf.scalar_summary`](../../../api_docs/python/train.md#scalar_summary),
0 commit comments