In previous video, instructor showed that 3 arguments went inside Embedding layer
- vocab size,
- embedding dimension
- maximum length of sentence.
Q1. But in this week’s videos, he’s using only 2 arguments. Why is maximum length not specified as 3rd argument like was done in last week?
Q2. What is the reason for choosing 64 cells in LSTM? Why not 20 or 25 or 100 or some other number?