You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/19 17:01:09 UTC

[GitHub] jeremiedb commented on issue #7446: format input data using mx.rnn

jeremiedb commented on issue #7446: format input data using mx.rnn
URL: https://github.com/apache/incubator-mxnet/issues/7446#issuecomment-323535012
 
 
   The answer to #7524 might answer some of your questions. In short, as I understand it the design of current RNN functionalities assume text data on which embedding is performed. There's a pull request open to help building more general RNN structures #7476. 
   You can look [here](https://github.com/jeremiedb/mxnet_R_bucketing) for how to approach it. It requires training on GPU though. 
   As per your data design, you seem to have included different measuring lags of the features (like time minus 1, minus 2), which I'm not sure is appropriate given the RNN is meant to retain the relevant past info. 
 
----------------------------------------------------------------
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