You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/07 03:16:45 UTC

[GitHub] jeremiedb commented on issue #7524: Is there a tutorial of using mxnet R LSTM for time series forecasting?

jeremiedb commented on issue #7524: Is there a tutorial of using mxnet R LSTM for time series forecasting? 
URL: https://github.com/apache/incubator-mxnet/issues/7524#issuecomment-349850375
 
 
   As a starting point you can take a look at this rough demo for an LSTM on a sin waves: https://github.com/jeremiedb/mxnet_R_bucketing/blob/master/TimeSeries.md. 
   
   I think it would be better to switch the assumed data structure to features X seq_length X batch_size despite the RNN symbol format since CSV and arrayiter are all assuming that batches are on the last dimension, I'll try to have this fix rapidly. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services