Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
minor changes on title and discreption. (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlett2018 authored and QuanluZhang committed Sep 6, 2019
1 parent 3d7b5cc commit 482c70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en_US/AdvancedFeature/GeneralNasInterfaces.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# General Programming Interface for Neural Architecture Search (experimental feature)
# NNI Programming Interface for Neural Architecture Search (NAS)

_*This is an experimental feature, currently, we only implemented the general NAS programming interface. Weight sharing will be supported in the following releases._
_*This is an **experimental feature**. Currently, we only implemented the general NAS programming interface. Weight sharing will be supported in the following releases._

Automatic neural architecture search is taking an increasingly important role on finding better models. Recent research works have proved the feasibility of automatic NAS, and also found some models that could beat manually designed and tuned models. Some of representative works are [NASNet][2], [ENAS][1], [DARTS][3], [Network Morphism][4], and [Evolution][5]. There are new innovations keeping emerging. However, it takes great efforts to implement those algorithms, and it is hard to reuse code base of one algorithm for implementing another.

Expand Down

0 comments on commit 482c70d

Please sign in to comment.