Company: wwt
Difficulty: hard
Keras Dense Stack: Total Parameter Count Deep Learning - Counting Parameters in a Keras Model The following item is from the technical (machine learning / deep learning) section of the World Wide Technologies Data Science Trainee on-campus online assessment. Choose the single best option. Question 1 What will be the total number of parameters in the model built by the following code? model.seq() model.add(Dense(15, activation = "relu", input_shape = (1000, 11)) model.add(Dense(25, activation = "relu")) model.add(Dense(5, activation = "softmax")) Options: 15545 15300 15500 15250