Highlight

Neural Architecture Search with Reinforcement Learning

Uses an RNN trained with reinforcement learning to automatically generate neural network architectures that rival human-designed models.

Based on

Neural Architecture Search with Reinforcement Learning

By Barret Zoph, Quoc V. LeInternational Conference on Learning Representations
Read original article →

The paper tackles the difficulty of designing neural networks by automating the process. It uses a recurrent neural network as a controller to generate the model descriptions of candidate neural networks, and trains this controller with reinforcement learning so that it maximizes the expected accuracy of the architectures it produces on a held-out validation set. This turns architecture design into a learned search problem rather than a manual one.

Starting from scratch on CIFAR-10, the method discovers an architecture that rivals the best human-invented networks, reaching a 3.65% test error rate that is 0.09% better and 1.05x faster than the comparable previous state of the art. On the Penn Treebank language modeling task it composes a novel recurrent cell that outperforms the widely used LSTM and other baselines, achieving 62.4 perplexity, and this cell transfers to character-level modeling with a state-of-the-art 1.214 perplexity. The results demonstrated that automated search could match or exceed expert architecture design.

Abstract

This paper uses a recurrent network to generate neural network descriptions and trains this RNN with reinforcement learning to maximize the expected validation accuracy of generated architectures. On CIFAR-10, the method designs a novel architecture from scratch that rivals the best human-invented designs, achieving a 3.65% test error—0.09% better and 1.05x faster than a comparable prior model. On Penn Treebank, it composes a new recurrent cell that beats the LSTM, reaching 62.4 perplexity, and transfers to character language modeling with 1.214 perplexity.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

neural architecture searchreinforcement learningrecurrent neural networksAutoMLCIFAR-10
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.