tree: fa7cbde3c1b40a8358579f1595615aee63b9cac0
  1. bucket_R/
  2. bucketing/
  3. old/
  4. word_lm/
  5. README.md
example/rnn/README.md

Recurrent Neural Network Examples

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 PTB 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)