English

Efficient Sampled Softmax for Tensorflow

Machine Learning 2020-04-14 v1

Abstract

This short paper discusses an efficient implementation of \emph{sampled softmax loss} for Tensorflow. The speedup over the default implementation is achieved due to simplification of the graph for the forward and backward passes.

Cite

@article{arxiv.2004.05244,
  title  = {Efficient Sampled Softmax for Tensorflow},
  author = {Maciej Skorski},
  journal= {arXiv preprint arXiv:2004.05244},
  year   = {2020}
}
R2 v1 2026-06-23T14:47:34.394Z