carpentries-incubator / deep-learning-intro

Learn Deep Learning with Python
https://carpentries-incubator.github.io/deep-learning-intro/
Other
30 stars 37 forks source link

Dropout layer in keras #410

Closed cpranav93 closed 9 months ago

cpranav93 commented 10 months ago

Currently, in unit 4, the value provided to the dropout function is said to be the amount of neurons that are not dropped. However, the documentation of Keras indicates the opposite that the value provided inside dropout is the rate at which neurons are dropped. See docs. This should be changed.

svenvanderburg commented 9 months ago

Yes, I remember that this was confusing during our last teaching.

psteinb commented 9 months ago

Just happened to us again.