You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Domain-adversarial neural network for emotion recognition based on facial expressions task. The 2 domains are “Women” and “Men” and the domain-adaptation challenge is training the network on one sex and applying it on the other.
Demo for unsupervised domain adversarial neural network (DANN) using two moons synthetic dataset. Implemented in PyTorch, compared to ADAPT (TensorFlow) for correctness.