Skip to content

Commit

Permalink
Merge pull request tensorflow#8099 from senden9/patch-1
Browse files Browse the repository at this point in the history
Fix link in documentation
  • Loading branch information
teamdandelion authored Mar 8, 2017
2 parents 83cd3fd + ac639cf commit dbd7db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/docs_src/get_started/mnist/beginners.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ In this case, we ask TensorFlow to minimize `cross_entropy` using the
with a learning rate of 0.5. Gradient descent is a simple procedure, where
TensorFlow simply shifts each variable a little bit in the direction that
reduces the cost. But TensorFlow also provides
@{$python/train#optimizers$many other optimization algorithms}:
@{$python/train#Optimizers$many other optimization algorithms}:
using one is as simple as tweaking one line.

What TensorFlow actually does here, behind the scenes, is to add new operations
Expand Down

0 comments on commit dbd7db2

Please sign in to comment.