dmlc / dmlc.github.io

27 stars 38 forks source link

add Recurrent Models and Examples with MXNetR post #23

Closed ziyeqinghan closed 8 years ago

ziyeqinghan commented 8 years ago

Add a post for RNN models with MXNet in R.

tqchen commented 8 years ago

please add tag of rstats as in other blogs so that it is directly pushed to r-blogger. Thanks!

ziyeqinghan commented 8 years ago

tag of rstats is added and a brief introduction to MXNetR package is given.

tqchen commented 8 years ago

Thanks, one final comment, please add an running example on the end, for example training char-rnn and generate some results.

ziyeqinghan commented 8 years ago

In the chapter "RNN Example", the link to the documentation of char-rnn example is showed. Should I rewrite it in this post?

tqchen commented 8 years ago

yes, paste a snippet here will be good

ziyeqinghan commented 8 years ago

The documentation of char-lstm example is added.

tqchen commented 8 years ago

Thanks for the great job! this is merged