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 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
carpedm20/lstm-char-cnn-tensorflow An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. 769
oyxhust/cnn-lstm-ctc-text-recognition Develops CTC-based text recognition models with neural network architectures 259
l0sg/relational-rnn-pytorch An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling 244
ahmedbesbes/character-based-cnn An implementation of a character-based convolutional neural network for text classification. 258
wojzaremba/lstm A package to train a neural network for language modeling using a variant of the Long Short Term Memory algorithm 664
yandex/faster-rnnlm A toolkit for training efficient neural network language models on large datasets with hierarchical softmax and noise contrastive estimation. 561
deepseek-ai/deepseek-llm A large language model trained on a massive dataset for various applications 1,450
balavenkatesh3322/nlp-pretrained-model A collection of pre-trained natural language processing models 170
nlpai-lab/kullm Korea University Large Language Model developed by researchers at Korea University and HIAI Research Institute. 569
juliatext/textmodels.jl Provides practical neural network-based models for natural language processing in Julia. 29
soloice/chinese-character-recognition This project demonstrates how to build and train a convolutional neural network (CNN) to recognize Chinese characters. 200
kurama622/llm.nvim An extension for Neovim that integrates with large language models to provide tools for text translation, code explanation and optimization. 47
ldmt-muri/morpholm This project develops language models that incorporate morphological knowledge to improve their understanding of linguistic structures and relationships. 3
jiasenlu/cdssm An implementation of a specific deep learning model in PyTorch for natural language processing tasks. 40
kaishengtai/torch-ntm An implementation of a Neural Turing Machine model using Torch 279