tree: e4986772a35c3a04612016a7c7ce78ad4a193c05 [path history] [tgz]
  1. bucket_R/
  2. 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