NAS is an algorithm that searches for the best neural network architecture.(Neural Architecture Search)
In the NAS algorithm, a controller Recurrent Neural Network (RNN) samples these building blocks, putting them together to create some kind of end-to-end architecture.
the search space itself is quite limited. NAS is designed to build architectures that are very similar in style to the current state-of-the-art.(重复性)