Skip to content

Commit 0d0ffc9

Browse files
committed
Update index.md
1 parent bc62288 commit 0d0ffc9

File tree

1 file changed

+2
-2
lines changed
  • tensorflow/g3doc/tutorials/wide_and_deep

1 file changed

+2
-2
lines changed

tensorflow/g3doc/tutorials/wide_and_deep/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To try the code for this tutorial:
4242
already.
4343

4444
2. Download [the tutorial code](
45-
https://www.tensorflow.org/code/tensorflow/examples/learn/wide_n_deep_tutorial.py).
45+
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/learn/wide_n_deep_tutorial.py).
4646

4747
3. Install the pandas data analysis library. tf.learn doesn't require pandas, but it does support it, and this tutorial uses pandas. To install pandas:
4848
1. Get `pip`:
@@ -134,7 +134,7 @@ of a neural network in the forward pass. The embedding values are initialized
134134
randomly, and are trained along with all other model parameters to minimize the
135135
training loss. If you're interested in learning more about embeddings, check out
136136
the TensorFlow tutorial on [Vector Representations of Words]
137-
(https://www.tensorflow.org/versions/r0.9/tutorials/word2vec/index.html), or
137+
(https://www.tensorflow.org/tutorials/word2vec/index.html), or
138138
[Word Embedding](https://en.wikipedia.org/wiki/Word_embedding) on Wikipedia.
139139

140140
We'll configure the embeddings for the categorical columns using

0 commit comments

Comments
 (0)