You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
48
48
1. Get `pip`:
@@ -134,7 +134,7 @@ of a neural network in the forward pass. The embedding values are initialized
134
134
randomly, and are trained along with all other model parameters to minimize the
135
135
training loss. If you're interested in learning more about embeddings, check out
136
136
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
138
138
[Word Embedding](https://en.wikipedia.org/wiki/Word_embedding) on Wikipedia.
139
139
140
140
We'll configure the embeddings for the categorical columns using
0 commit comments