Skip to content

Commit 51f5f6b

Browse files
committed
Merge pull request tensorflow#1804 from fayeshine/fayeshine-patch-2
add Gradient Descent reference in tutorial
2 parents 641cb25 + 6127ebd commit 51f5f6b

File tree

1 file changed

+1
-1
lines changed
  • tensorflow/g3doc/tutorials/mnist/tf

1 file changed

+1
-1
lines changed

tensorflow/g3doc/tutorials/mnist/tf/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ And the tensor that will then contain the loss value is returned.
195195
### Training
196196

197197
The `training()` function adds the operations needed to minimize the loss via
198-
gradient descent.
198+
[Gradient Descent](https://en.wikipedia.org/wiki/Gradient_descent).
199199

200200
Firstly, it takes the loss tensor from the `loss()` function and hands it to a
201201
[`tf.scalar_summary`](../../../api_docs/python/train.md#scalar_summary),

0 commit comments

Comments
 (0)