Skip to content

Latest commit

 

History

History
 
 

rnn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.

Directory What'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)