Neural Architecture Search with Reinforcement Learning
Barret Zoph, Quoc V. Le

TL;DR
This paper introduces a reinforcement learning approach using a recurrent network to automatically design neural network architectures, achieving state-of-the-art results on image and language modeling tasks.
Contribution
It presents a novel method for neural architecture search with reinforcement learning that produces competitive and superior architectures without human intervention.
Findings
Achieved 3.65% error on CIFAR-10, surpassing previous models.
Designed a recurrent cell outperforming LSTM on Penn Treebank.
Transferred the cell to character language modeling with a perplexity of 1.214.
Abstract
Neural networks are powerful and flexible models that work well for many difficult learning tasks in image, speech and natural language understanding. Despite their success, neural networks are still hard to design. In this paper, we use a recurrent network to generate the model descriptions of neural networks and train this RNN with reinforcement learning to maximize the expected accuracy of the generated architectures on a validation set. On the CIFAR-10 dataset, our method, starting from scratch, can design a novel network architecture that rivals the best human-invented architecture in terms of test set accuracy. Our CIFAR-10 model achieves a test error rate of 3.65, which is 0.09 percent better and 1.05x faster than the previous state-of-the-art model that used a similar architectural scheme. On the Penn Treebank dataset, our model can compose a novel recurrent cell that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Neural Networks and Applications
