lstm-char-cnn

Character-aware NLM

An LSTM language model with a convolutional neural network over characters as input to predict words.

LSTM language model with CNN over characters

GitHub

826 stars
62 watching
221 forks
Language: Lua
last commit: about 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
carpedm20/lstm-char-cnn-tensorflowAn implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures.769
oyxhust/cnn-lstm-ctc-text-recognitionDevelops CTC-based text recognition models with neural network architectures259
l0sg/relational-rnn-pytorchAn implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling245
ahmedbesbes/character-based-cnnAn implementation of a character-based convolutional neural network for text classification.259
wojzaremba/lstmA package to train a neural network for language modeling using a variant of the Long Short Term Memory algorithm665
yandex/faster-rnnlmA toolkit for training efficient neural network language models on large datasets with hierarchical softmax and noise contrastive estimation.560
deepseek-ai/deepseek-llmA large language model trained on a massive dataset for various applications1,512
balavenkatesh3322/nlp-pretrained-modelA collection of pre-trained natural language processing models170
nlpai-lab/kullmKorea University Large Language Model developed by researchers at Korea University and HIAI Research Institute.576
juliatext/textmodels.jlProvides practical neural network-based models for natural language processing in Julia.29
soloice/chinese-character-recognitionThis project demonstrates how to build and train a convolutional neural network (CNN) to recognize Chinese characters.200
kurama622/llm.nvimEnables users to interact with large language models within Neovim for tasks like code optimization and translation.65
ldmt-muri/morpholmThis project develops language models that incorporate morphological knowledge to improve their understanding of linguistic structures and relationships.3
jiasenlu/cdssmAn implementation of a specific deep learning model in PyTorch for natural language processing tasks.41
kaishengtai/torch-ntmAn implementation of a Neural Turing Machine model using Torch279