HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Neural Architecture Search with Reinforcement Learning

Barret Zoph; Quoc V. Le

Neural Architecture Search with Reinforcement Learning

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 outperforms the widely-used LSTM cell, and other state-of-the-art baselines. Our cell achieves a test set perplexity of 62.4 on the Penn Treebank, which is 3.6 perplexity better than the previous state-of-the-art model. The cell can also be transferred to the character language modeling task on PTB and achieves a state-of-the-art perplexity of 1.214.

Code Repositories

cshannonn/blackscholes_nas
Mentioned in GitHub
abcp4/DAPytorch
pytorch
Mentioned in GitHub
TreeLimes/QANAS
pytorch
Mentioned in GitHub
GiuliaLanzillotta/INAS
pytorch
Mentioned in GitHub
carpedm20/ENAS-pytorch
pytorch
Mentioned in GitHub
YaCpotato/deepaugmentFix
Mentioned in GitHub
tally0818/NASNet
pytorch
Mentioned in GitHub
barisozmen/deepaugment
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
architecture-search-on-cifar-10-imageNAS-RL-A + c/o
Params: 27.6M
Percentage error: 2.4
image-classification-on-cifar-10NAS-RL
Percentage correct: 96.4
language-modelling-on-penn-treebank-characterNAS-RL
Bit per Character (BPC): 1.214
Number of params: 16.3M
language-modelling-on-penn-treebank-wordNAS-RL
Params: 25M
Test perplexity: 64.0

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Neural Architecture Search with Reinforcement Learning | Papers | HyperAI