From 91177becd63839858328635def1376dba5cc2a9e Mon Sep 17 00:00:00 2001
From: D-X-Y <280835372@qq.com>
Date: Wed, 15 Jan 2020 01:58:35 +1100
Subject: [PATCH] update README
---
README.md | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 9b14a69..f584923 100644
--- a/README.md
+++ b/README.md
@@ -27,37 +27,50 @@ At the moment, this project provides the following algorithms and scripts to run
Type |
+ ABBRV |
Algorithms |
Description |
- NAS |
+ NAS |
+ TAS |
Network Pruning via Transformable Architecture Search |
NIPS-2019-TAS.md |
+ DARTS |
+ DARTS: Differentiable Architecture Search |
+ CVPR-2019-GDAS.md |
+
+
+ GDAS |
Searching for A Robust Neural Architecture in Four GPU Hours |
CVPR-2019-GDAS.md |
-
+
+ SETN |
One-Shot Neural Architecture Search via Self-Evaluated Template Network |
ICCV-2019-SETN.md |
-
- NAS-Bench-201: Extending the Scope of Reproducible Neural Architecture Search |
+
+ NAS-Bench-201 |
+ NAS-Bench-201: Extending the Scope of Reproducible Neural Architecture Search |
NAS-Bench-201.md |
-
- ENAS / DARTS / REA / REINFORCE / BOHB |
+
+ ... |
+ ENAS / REA / REINFORCE / BOHB |
NAS-Bench-201.md |
HPO |
- coming soon |
+ HPO-CG |
+ Hyperparameter optimization with approximate gradient |
coming soon |
Basic |
+ ResNet |
Deep Learning-based Image Classification |
BASELINE.md |