Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indiejoseph/chinese-char-rnn

Character-Level language models
https://github.com/indiejoseph/chinese-char-rnn

chinese deep-learning language-modeling nlp rnn tensorflow

Last synced: 3 months ago
JSON representation

Character-Level language models

Awesome Lists containing this project

README

        

# Chinese Character-Level Language Model
Recurrent Neural Networks(LSTM, GRU, RWA) for character-level language models in Tensorflow, the task is to predict the next character given the history of previous characters in the sentence, nce-loss is used to speedup multi-class classification when vocab size is huge, dataset was web scraped from Hong Kong Apple daily

### Results
![Result](/result.jpg)

## Similarity
![Similarity](/similarity.png)

### Requirements
tensorflow 1.1.0