From 0f54fdf27d5ce36202886d26d61872c87af3ccd4 Mon Sep 17 00:00:00 2001 From: "Anh M. Nguyen" Date: Sun, 3 Jun 2018 15:33:14 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec39238..6ad09a6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is an on-going attempt to consolidate all interesting efforts in the area o ## 2. Feature Visualization / Activation Maximization * Visualizing higher-layer features of a deep network. _Erhan et al. 2009_ [pdf](https://www.researchgate.net/publication/265022827_Visualizing_Higher-Layer_Features_of_a_Deep_Network) * Synthesizing the preferred inputs for neurons in neural networks via deep generator networks. _Nguyen et al. 2016_ [code](https://github.com/Evolving-AI-Lab/synthesizing) | [pdf](anhnguyen.me/project/synthesizing) -* Plug and Play Generative Networks _Nguyen et al. 2017_ [pdf](anhnguyen.me/project/ppgn/) | [code](https://github.com/Evolving-AI-Lab/ppgn) +* Plug and Play Generative Networks. _Nguyen et al. 2017_ [pdf](anhnguyen.me/project/ppgn/) | [code](https://github.com/Evolving-AI-Lab/ppgn) ## 3. Heatmap / Attribution * Learning how to explain neural networks: PatternNet and PatternAttribution [pdf](https://arxiv.org/abs/1705.05598)