Update LSTM documentation.
This commit is contained in:
@@ -36,6 +36,10 @@ namespace ann /** Artificial Neural Network. */ {
|
||||
* Note that FastLSTM network layer does not use peephole connections between
|
||||
* the cell and gates.
|
||||
*
|
||||
* Note also that if a FastLSTM layer is desired as the first layer of a neural
|
||||
* network, an IdentityLayer should be added to the network as the first layer,
|
||||
* and then the FastLSTM layer should be added.
|
||||
*
|
||||
* For more information, see the following.
|
||||
*
|
||||
* @code
|
||||
|
||||
@@ -31,6 +31,10 @@ namespace ann /** Artificial Neural Network. */ {
|
||||
* h &=& o \cdot tanh(c)
|
||||
* @f}
|
||||
*
|
||||
* Note that if an LSTM layer is desired as the first layer of a neural network,
|
||||
* an IdentityLayer should be added to the network as the first layer, and then
|
||||
* the LSTM layer should be added.
|
||||
*
|
||||
* For more information, see the following.
|
||||
*
|
||||
* @code
|
||||
|
||||
Reference in New Issue
Block a user