tree: 14ae5e59ceb9bbaa2c9ba65a365e1b673bebd735 [path history] [tgz]
  1. bucket_R/
  2. bucketing/
  3. large_word_lm/
  4. old/
  5. word_lm/
  6. README.md
example/rnn/README.md

Recurrent Neural Network Examples

For more current implementations of NLP and RNN models with MXNet, please visit gluon-nlp


This directory contains functions for creating recurrent neural networks models using high level mxnet.rnn interface.

Here is a short overview of what is in this directory.

DirectoryWhat's in it?
word_lm/Language model trained on the Sherlock Holmes dataset achieving state of the art performance
bucketing/Language model with bucketing API with python
bucket_R/Language model with bucketing API with R
old/Language model trained with low level symbol interface (deprecated)