Question 15
Analyze the following code snippet:
Which of the following statements are correct?
mlp2 has more trainable parameters than mlp1.
Changing random_state may change predictions even with the same dataset.
Using 'sgd' solver always gives higher accuracy than 'adam'.
'tanh' activation guarantees better performance than 'relu'.