Learn Before
Concept

Modeling Sequences Conditioned on Context with RNNs

"Conditioning" in the context of sequence to sequence learning in RNNs is the process of computing the probability of obtaining the output sequence conditioned on the input sequence, or p(y|x). The network is used to model this conditional probability mapping

We can extend a model to represent a distribution P(y|x) by using 3 common methods:

  • As an extra input at each time step, or
  • As the initial state h(0), or
  • Both

0

1

Updated 2021-07-01

References


Tags

Data Science