beam-search topic
Attention-Beam-Image-Captioning
Image captioning using beam search heuristic on top of the encoder-decoder based architecture
pytorch-chatbot
Pytorch seq2seq chatbot
lightseq
LightSeq: A High Performance Library for Sequence Processing and Generation
ctcdecode
PyTorch CTC Decoder bindings
poetry-seq2seq
Chinese Poetry Generation
Image-Captioning
Image Captioning using InceptionV3 and beam search
Image-Caption-Generator
A neural network to generate captions for an image using CNN and RNN with BEAM Search.
tensorflow_end2end_speech_recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)
tf-seq2seq
Sequence to sequence learning using TensorFlow.
CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.