From 30468245686cd7c8b3b8e5f97de8fce6a5dc0cc7 Mon Sep 17 00:00:00 2001 From: Diego de Las Casas Date: Fri, 13 Sep 2019 16:32:09 +0100 Subject: [PATCH] Public release of Unsupervised Adversarial Training project. PiperOrigin-RevId: 268910224 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efe80d6..fc8afd3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ https://deepmind.com/research/publications/ ## Projects +* [Unsupervised Adversarial Training](unsupervised_adversarial_training) * [Graph Matching Networks for Learning the Similarity of Graph Structured Objects](graph_matching_networks), ICML 2019 * [REGAL: Transfer Learning for Fast Optimization of Computation Graphs](regal)