mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 09:38:33 -05:00
Mlsysbook_chapter18_4_dropout #409
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @formlsysbookissue on GitHub (Jul 29, 2025).
Originally assigned to: @profvjreddi on GitHub.
As you mention, dropout is primarily used to prevent overfitting by deactivating neurons during training. While it can highlight areas of high uncertainty, it doesn’t directly estimate uncertainty. Perhaps combining dropout with Bayesian or ensemble methods could provide more robustness. Bayesian neural networks and ensemble methods offer more precise uncertainty estimates, though they are computationally expensive. In the meanwhile, I would like to suggest adding a brief mention of how the existing overfitting intervention mechanisms work in more detail.
@profvjreddi commented on GitHub (Jul 29, 2025):
Thanks for the feedback, will do! And by the way, you are welcome to issue a small PR too if you'd like, as I like to get the community to engage that way, and everyone who contributes is automatically recognised ;contrib. If not no worries, I will fix it. :-)
@profvjreddi commented on GitHub (Aug 15, 2025):
Thank you for your feedback 🙏
I updated the text as follows, and I hope that addresses your concern; it is all still a work in progress -- so thank you again for your time and feedback.