Google News
logo
Keras - Quiz(MCQ)
Which of the following are correct initializers in keras?
A)
keras.initializers.Ones()
B)
keras.initializers.Zeros()
C)
keras.initializers.Initializer()
D)
All of the above

Correct Answer :   All of the above


Explanation : All of the above are correct initializers in keras.

Advertisement