Search Results
2 results for “search algorithm”
Foundations
Beam Search
Beam search is a heuristic search algorithm used in sequence generation that keeps a fixed number of the most promising partial sequences at each step, balancing output quality against computational cost.
4 min readUpdated June 2026
Infrastructure
Neural Architecture Search
Neural architecture search is the automated design of neural network architectures using search algorithms, reinforcement learning, or gradient-based methods to discover models that meet target accuracy, latency, and size constraints.
5 min readUpdated May 2026