Hi I even don’t know whether ma question is right or wrong, but let me ask it
When the Glorot is applied? I know it is inbuilt so we don’t want to mention it explicitly but my doubt is exactly where the Glorot initializer is applied in those models?
Thanks in Advance 🙂
Hi there,
Whenever you initialize the weights of a model, if you have not provided any further information, the Glorot initializer would run.
Please wait until the practical examples of MNIST or Business case example to see how this is applied in practice.
Best,
Iliya
Thank you for your time Iliya, yes after those examples it is much clear.