Question: How many tuneable parameters are there in the SimpleRnn layer of the following network? model = Sequential () model.add(Embedding(10000, 32)) model.add(SimpleRNN(16)) Select one: a. (3216+32)+(3232)

How many tuneable parameters are there in the SimpleRnn layer of the following network? model = Sequential () model.add(Embedding(10000, 32)) model.add(SimpleRNN(16)) Select one: a. (3216+32)+(3232) b. (3216+32)+(1616) C. (3216+16)+(3232) d. (3216+16)+(1616)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
