You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: neural-machine-translation/README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ As you already know, a Recurrent Neural Network, or RNN, is a network that opera
7
7
A seq2seq network(model), or Encoder-Decoder network, is a model consisting of two RNNs called the encoder and decoder. The encoder reads an input sequence and outputs a single vector, and the decoder reads that vector to produce an output sequence.
Unlike sequence prediction with a single RNN, where every input corresponds to an output, the seq2seq model frees us from sequence length and order, which makes it ideal for translation between two languages.
@@ -50,7 +50,7 @@ So we train using a method called Teacher Forcing, which is the concept of using
0 commit comments