高效推理和训练引擎LightSeq
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.
Image to LaTeX (Seq2seq + Attention with Beam Search) - Tensorflow
Pytorch seq2seq chatbot
#自然语言处理#Sequence to sequence learning using TensorFlow.
Seq2seq chatbot with attention and anti-language model to suppress generic response, option for further improve by deep reinforcement learning.
基于seq2seq模型的简单对话系统的tf实现,具有embedding、attention、beam_search等功能,数据集是Cornell Movie Dialogs
Image Captioning using InceptionV3 and beam search
Pytorch implementation of "A Deep Reinforced Model for Abstractive Summarization" paper and pointer generator network
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)
#计算机科学#A neural network to generate captions for an image using CNN and RNN with BEAM Search.
#自然语言处理#Explains nlp building blocks in a simple manner.
Tensorflow based Neural Conversation Models
Chinese Poetry Generation
基于seq2seq模型的简单对话系统的tf实现,具有embedding、attention、beam_search等功能,数据集是Cornell Movie Dialogs
A fast LSTM Language Model for large vocabulary language like Japanese and Chinese