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 2018/03/29 12:18:08 UTC

[GitHub] xiaotao321 opened a new issue #10314: the document of class mxnet.gluon.rnn.RNN has a error

xiaotao321 opened a new issue #10314: the document of class mxnet.gluon.rnn.RNN has a error
URL: https://github.com/apache/incubator-mxnet/issues/10314
 
 
   ## Description
   [here](http://mxnet.incubator.apache.org/api/python/gluon/rnn.html#mxnet.gluon.rnn.RNN), the description about Xt has error.
   ` .. math::
           h_t = \tanh(w_{ih} * x_t + b_{ih}  +  w_{hh} * h_{(t-1)} + b_{hh})
   
       where :math:`h_t` is the hidden state at time `t`, and :math:`x_t` is the hidden
       state of the previous layer at time `t` or :math:`input_t` for the first layer.
       If nonlinearity='relu', then `ReLU` is used instead of `tanh`.`
   
   
   
   
   
   
   
   

----------------------------------------------------------------
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