Neural Machine Translation

Beam Search for Machine Translation

How Greedy, Exhaustive, and Beam Search Algorithms Work

Naoki
6 min readOct 17, 2021

--

Beam search is a heuristic technique for choosing the most likely output used by probabilistic sequence models like neural machine translation.

--

--