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
826 stars
62 watching
221 forks
Language: Lua
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. | 769 |
| | Develops CTC-based text recognition models with neural network architectures | 259 |
| | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| | An implementation of a character-based convolutional neural network for text classification. | 259 |
| | A package to train a neural network for language modeling using a variant of the Long Short Term Memory algorithm | 665 |
| | A toolkit for training efficient neural network language models on large datasets with hierarchical softmax and noise contrastive estimation. | 560 |
| | A large language model trained on a massive dataset for various applications | 1,512 |
| | A collection of pre-trained natural language processing models | 170 |
| | Korea University Large Language Model developed by researchers at Korea University and HIAI Research Institute. | 576 |
| | Provides practical neural network-based models for natural language processing in Julia. | 29 |
| | This project demonstrates how to build and train a convolutional neural network (CNN) to recognize Chinese characters. | 200 |
| | Enables users to interact with large language models within Neovim for tasks like code optimization and translation. | 65 |
| | This project develops language models that incorporate morphological knowledge to improve their understanding of linguistic structures and relationships. | 3 |
| | An implementation of a specific deep learning model in PyTorch for natural language processing tasks. | 41 |
| | An implementation of a Neural Turing Machine model using Torch | 279 |