beam-search topic

List beam-search repositories

Attention-Beam-Image-Captioning

6
Stars
4
Forks
Watchers

Image captioning using beam search heuristic on top of the encoder-decoder based architecture

lightseq

3.1k
Stars
325
Forks
Watchers

LightSeq: A High Performance Library for Sequence Processing and Generation

ctcdecode

811
Stars
238
Forks
Watchers

PyTorch CTC Decoder bindings

Image-Captioning

327
Stars
121
Forks
Watchers

Image Captioning using InceptionV3 and beam search

Image-Caption-Generator

275
Stars
82
Forks
Watchers

A neural network to generate captions for an image using CNN and RNN with BEAM Search.

tensorflow_end2end_speech_recognition

313
Stars
121
Forks
Watchers

End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)

tf-seq2seq

391
Stars
109
Forks
Watchers

Sequence to sequence learning using TensorFlow.

CTCDecoder

804
Stars
179
Forks
Watchers

Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.