Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropout module #61

Merged
merged 12 commits into from
Apr 17, 2024
Merged

Dropout module #61

merged 12 commits into from
Apr 17, 2024

Conversation

franberchez
Copy link
Contributor

Development of a new module called dropout.

This new module includes a hybrid version of dropout called HybridDropout, which mixes the standard dropout with the ordinal information of a dataset.

class HybridDropout(nn.Module):
"""Implements a Hybrid dropout methodology by :footcite:t:`berchez2024fusion` which
mix a standard dropout with an ordinal dropout. The ordinal dropout is based on the
correlation between the activation values of the of the neuron and the target labels
Copy link
Contributor

@victormvy victormvy Apr 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo here

@franberchez franberchez merged commit 7ff7b4f into development Apr 17, 2024
3 checks passed
@victormvy victormvy deleted the dropout branch July 24, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants