Question 11
We build a decoder RNN from scratch with the following hyperparameters:
• Batch_size=32 • Vocab_size=28 • Context_length=10 • Hidden_size=64
The following code is used to create the hidden layer:
What will be the final dimension of the hidden layer?
32x28
32x64
64x32
28x64
64x28
32x10