lstm-char-cnn-tensorflow
Character-aware NLP model
An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures.
in progress
769 stars
60 watching
243 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
cnnlstmnlptensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
yoonkim/lstm-char-cnn | An LSTM language model with a convolutional neural network over characters as input to predict words. | 826 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
batzner/tensorlm | A library for text generation with recurrent neural networks using TensorFlow | 61 |
balavenkatesh3322/nlp-pretrained-model | A collection of pre-trained natural language processing models | 170 |
oyxhust/cnn-lstm-ctc-text-recognition | Develops CTC-based text recognition models with neural network architectures | 259 |
guillaumegenthial/sequence_tagging | Named Entity Recognition model using LSTM and CRF with character embeddings | 1,946 |
carpedm20/ntm-tensorflow | An implementation of Neural Turing Machine in TensorFlow using an LSTM controller. | 1,049 |
yxu0611/tensorflow-implementation-of-lcnn | An implementation of a deep face recognition algorithm in TensorFlow | 78 |
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |
namisan/mt-dnn | A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
hkust-knowcomp/r-net | An implementation of R-Net, a machine reading comprehension model using TensorFlow. | 578 |
leopiney/tensor-safe | A Haskell framework for defining and compiling valid deep learning models to external frameworks like TensorFlow JS or Keras. | 101 |
guillaume-chevalier/har-stacked-residual-bidir-lstms | An implementation of a deep neural network architecture for Human Activity Recognition using stacked residual bidirectional LSTM cells with TensorFlow. | 319 |
kwotsin/tensorflow-xception | An implementation of a deep learning model for computer vision tasks using TensorFlow | 207 |
juliatext/textmodels.jl | Provides practical neural network-based models for natural language processing in Julia. | 29 |