#Beam-search
Showing 7 of 7 repositories tagged #beam-search, ranked by stars
PyTorch CTC Decoder bindings
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
Sequence to sequence learning using TensorFlow.
:mag: :shipit: Decoding Diverse Solutions from Neural Sequence Models
Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated Annealing, Local Beam Search, and Genetic Algorithm.
๐ณ MCTS-inspired parallel beam search for conversation optimization. Explore multiple dialogue strategies simultaneously, stress-test against diverse user personas, score with multi-judge consensus, and discover winning conversation paths that single-shot LLMs miss.