Supporting content decision makers with machine learning

By Medium - 2020-12-10

Description

by Melody Dye, Chaitanya (Chaitu) Ekanadham, Avneesh Saluja, and Ashish Rastogi

Summary

  • Netflix is pioneering content creation at an unprecedented scale.
  • We can then use this similarity map to identify clusters of titles that share common elements (Figure 2), as well as surface candidate similar titles for an unlaunched title.
  • For example, if we derive our embeddings from a model that classifies genre, the resulting map will minimize the distance between titles that are thematically similar (Figure 2).
  • encoder architectures to handle various kinds of title-related inputs.

 

Topics

  1. Machine_Learning (0.36)
  2. NLP (0.25)
  3. Backend (0.16)

Similar Articles

FastFormers: 233x Faster Transformers inference on CPU

By Medium - 2020-11-04

Since the birth of BERT followed by that of Transformers have dominated NLP in nearly every language-related tasks whether it is Question-Answering, Sentiment Analysis, Text classification or Text…