char-rnn topic

List char-rnn repositories

NCRFpp

1.9k
Stars
446
Forks
Watchers

NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.

Text-Generate-RNN

123
Stars
27
Forks
Watchers

中国古诗生成(文本生成)

advanced-tensorflow

370
Stars
117
Forks
Watchers

Little More Advanced TensorFlow Implementations

DL_Notebooks

86
Stars
33
Forks
Watchers

This repo contains all the notebooks mentioned in blog.

tensorlm

61
Stars
29
Forks
Watchers

Wrapper library for text generation / language models at char and word level with RNN in TensorFlow

char-rnn-tensorflow

60
Stars
13
Forks
Watchers

Multi-layer Recurrent Neural Networks for character-level language models implements by TensorFlow

neural-namer

69
Stars
10
Forks
Watchers

Fantasy name generator in TensorFlow

wod-generator

32
Stars
6
Forks
Watchers

Crossfit WOD generator using recurrent neural networks (LSTM), implemented in Tensorflow

char-rnn-keras

42
Stars
14
Forks
Watchers

TensorFlow implementation of multi-layer recurrent neural networks for training and sampling from texts

Char-RNN-PyTorch

43
Stars
10
Forks
Watchers

Minimal implementation of Multi-layer Recurrent Neural Networks (LSTM) for character-level language modelling in PyTorch