skada.deep.MDDLoss
- class skada.deep.MDDLoss(gamma=4.0)[source]
Loss MDD.
This loss tries to minimize the disparity discrepancy between the source and target domains. The discrepancy is estimated through adversarial training of three networks: an encoder, a task network and a discriminator.
See [35] for details.
- Parameters:
- gammafloat (default=4.0)
Margin parameter following [35]
References