Discuss about the application of beam search algorithm with example.
Answers
Answered by
1
Answer:A beam search is most often used to maintain tractability in large systems with insufficient amount of memory to store the entire search tree. For example, it is used in many machine translation systems. To select the best translation, each part is processed, and many different ways of translating the words appear.
Explanation:
Similar questions