skada.deep.DANLoss
- class skada.deep.DANLoss(sigmas=None)[source]
Loss DAN
This loss reduces the MMD distance between source features and target features. From [14].
- Parameters:
- sigmasarray-like, optional (default=None)
The sigmas for the Gaussian kernel.
References
[14]Mingsheng Long et. al. Learning Transferable Features with Deep Adaptation Networks. In ICML, 2015.