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 |