aaronmarkham commented on a change in pull request #12664: [MXNET-637] Multidimensional LSTM example for MXNetR URL: https://github.com/apache/incubator-mxnet/pull/12664#discussion_r220389321
########## File path: R-package/vignettes/MultidimLstm.Rmd ########## @@ -0,0 +1,358 @@ +LSTM time series example +============================================= + +This tutorial shows how to use an LSTM model with multivariate data, and generate predictions from it. For demonstration purposes, we used an opensource pollution data. You can find the data on [GitHub](https://github.com/dmlc/web-data/tree/master/mxnet/tinyshakespeare). Review comment: ...we used open source pollution data and that link is wrong... goes to a shakespeare dataset, plus I'd move the link to be [pollution data] and then delete the last line. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
