Examples

DSSM with negative sampling

The MovieLens data has been used for personalized tag recommendation,which contains 668, 953 tag applications of users on movies. Here is a small fraction of data include only sparse field.

image

This example shows how to use DSSM to solve a matching task. You can get the demo data movielens_sample.txt and run the following codes.

YoutubeDNN with sampled softmax

The MovieLens data has been used for personalized tag recommendation,which contains 668, 953 tag applications of users on movies. Here is a small fraction of data include only sparse field.

image

This example shows how to use YoutubeDNN to solve a matching task. You can get the demo data movielens_sample.txt and run the following codes.

Last updated

Was this helpful?