November 2017
Intermediate to advanced
274 pages
6h 16m
English
Twisting RNNs (Twinet) use two parallel branches. Each branch is composed of a recurrent network layer, a nonlinear perceptron layer, and a reversed recurrent network layer. Branches are twisted: the order of the layers is reversed in the second branch. The output of all the recurrent layers is collected toward the end.
To recap, a recurrent neural network (RNN) takes a sequence of input vectors x1..T, and recurrently computes hidden states (also called output labels):
ht = σ(U · xt + W · ht−1)
where,
σ(·) is a ...
Read now
Unlock full access