Glossary term
Glossary term
Training and Fine-Tuning
Synonym for candidate sampling.
Created for this library
A recommendation team uses negative sampling during training so the softmax over millions of items is approximated by a manageable subset.
An e-commerce ranking team uses negative sampling to construct training pairs efficiently when the catalog is too large for full softmax.
A search team uses negative sampling to train its retrieval model efficiently without computing softmax over the full index.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License