Skip to content

What are Dropout Layers ? #2

Closed Answered by gauravreddy08
devmegablaster asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @MEGA-BLASTER2004

Dropout layer drops out few neurones in the network. This to reduces the problem of overfitting. Here, a pic for clear understanding :

When you use a complex model like EfficientNetB1 the model tends to overfit on the data. To prevent overfitting we need to reduce the complexity, by dropping out few neurones. And that's what Dropout Layer comes into the play.

If you still can't get over it check this out : Deep Learning: Using Dropout Layers in CNNs to prevent Overfitting!

I feel like even without dropout layers you can get accuracy over 72% (i may be wrong). Check if you set the model layer's unfrozen. Cause Daniel usually does model training in 2 parts :

  • Feature…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gauravreddy08
Comment options

@devmegablaster
Comment options

@gauravreddy08
Comment options

@devmegablaster
Comment options

Answer selected by gauravreddy08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants