What is the scope of Dropout layer, does it affect only the previous layer or can it also affect multiple previous layer?
It affects only the layer previous to it.
1 Like
What is the scope of Dropout layer, does it affect only the previous layer or can it also affect multiple previous layer?
It affects only the layer previous to it.