sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 960 forks source link

BRNN + perplexity evaluation #65

Open martiansideofthemoon opened 7 years ago

martiansideofthemoon commented 7 years ago

This pull request combines #56 and #64. I've reused the commits from #56 keeping the commit from original author

hugovk commented 7 years ago

@martiansideofthemoon This PR has merge conflicts.

ubergarm commented 7 years ago

I'll take a look at this, getting perplexity is high on my personal list next to dropouts. Thanks for pulling in the original authors commits.