Viewing profile — pcovington
pcovington
HN member- Joined
- Tue, Aug 16, 2016, 5:18 AM UTC
- HN karma
- 40
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About pcovington
No profile information was provided.
Recent public activity
-
comment
Comment #12428258
Your intuition is correct - there are other ways to capture the non-stationary nature of this particular problem. We thought that the example age approach is neat because it is a g…
-
comment
Comment #12427966
Thanks! This model handles new users gracefully because it can fallback to demographic/geographic priors and gradually specialize as the user watches videos. New items are difficul…
-
comment
Comment #12427950
Figure 3 illustrates that the variable sized watch history is combined with an average operation. This is partially why the embeddings need to be so large - in order to retain info…
-
comment
Comment #12427376
This is a very natural avenue and an active area of research at Google/Deep Mind. Stay tuned...
-
comment
Comment #12427358
word2vec did inspire earlier iterations of the model, but the key insight is that embeddings are learned jointly with all other model parameters. There is no separate source of emb…
-
comment
Comment #12427219
There are many close collaborations between product and research, as well as direct exchanges between different product areas. Close collaboration is key because those working dire…
-
comment
Comment #12427151
YouTube has used machine learning in recommendations for many years. We have struggled with interpretability, both while debugging mistakes made by the system and exposing plausibl…
-
comment
Comment #12427112
The video embeddings in the paper are learned purely based on observing what users co-watch in sessions. In this sense, they can be thought of as latent factors in more traditional…
-
comment
Comment #12427084
Yes, it's a reasonable proxy. It was challenging to set up similar experiments with the old system because it was trained to approximate a different "surrogate" problem. We've also…
-
comment
Comment #12426784
Author here - happy to answer questions about the techniques in the paper. We're super excited to finally share this work externally. Feedback about YouTube recommendations in gene…