@@ -19,9 +19,9 @@ The system is comprised of two neural networks: one for candidate generation and
...
@@ -19,9 +19,9 @@ The system is comprised of two neural networks: one for candidate generation and
## Candidate Generation
## Candidate Generation
Here, candidate generation is modeled as extreme multiclass classification where the prediction problem becomes accurately classifying a specific video watch  at time  among millions of video (classes) from a corpus  based on user  and context ,
Here, candidate generation is modeled as extreme multiclass classification where the prediction problem becomes accurately classifying a specific video watch  at time  among millions of video (classes) from a corpus  based on user  and context ,
where  represents a high-dimensional "embedding" of the user, context pair and the  represent embeddings of each candidate video. The task of the deep neural network is to learn user embeddings  as a function of the user's history and context that are useful for discriminating among videos with a softmax classifier.
where  represents a high-dimensional "embedding" of the user, context pair and the  represent embeddings of each candidate video. The task of the deep neural network is to learn user embeddings  as a function of the user's history and context that are useful for discriminating among videos with a softmax classifier.
Figure 2 shows the general network architecture of candidate generation model:
Figure 2 shows the general network architecture of candidate generation model: