Char-Rnn
Visit Toolchar-rnn is an open-source tool for character-level language models using recurrent neural networks. It supports LSTM, GRU, and RNN architectures for text generation and experimentation.
At a glance
Trending
char-rnn is an open-source tool for character-level language models using recurrent neural networks. It supports LSTM, GRU, and RNN architectures for text generation and experimentation.
Trending
About
char-rnn is an open-source implementation of multi-layer Recurrent Neural Networks (RNN, LSTM, and GRU) designed for character-level language models. This Torch-based tool allows users to train a neural network on a text file, enabling it to learn to predict the next character in a sequence. Once trained, the RNN can generate new text that mimics the style and content of the original training data. It offers features like multi-layer support, model checkpointing, and GPU acceleration for efficiency. While this specific codebase is older, it laid the groundwork for more optimized versions like torch-rnn, making it a foundational resource for understanding character-level language modeling.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending