Google News
logo
Keras - Interview Questions
How many ways can we initialize weights in Keras?
There are three ways that we can initialize weights in Keras :

1. Initializing all weights to the same value
2. Initializing weights randomly
3. Initializing weights using a pre-trained model
Advertisement