Papers › Neural Architecture Search with Reinforcement Learning

Neural Architecture Search with Reinforcement Learning

5 Nov 2016arXiv:1611.01578archive 2025-07-28

Barret Zoph, Quoc V. Le

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.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1611.01578")

Code

Syntology Ran 5 of 5 code samples harvested from 2 repositories linked to this paper; 0 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong.

By repository: community (archive-listed): 5 samples from 2 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tensorflow/models officialmentioned in papertf report
GiuliaLanzillotta/INAS mentioned on GitHubpytorchMIT report
TreeLimes/QANAS mentioned on GitHubpytorch report
YaCpotato/deepaugmentFix mentioned on GitHubMIT report
abcp4/DAPytorch mentioned on GitHubpytorchMIT report
barisozmen/deepaugment mentioned on GitHub report
carpedm20/ENAS-pytorch mentioned on GitHubpytorch report
cshannonn/blackscholes_nas mentioned on GitHub report
tally0818/NASNet mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 5 ran; 2 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
2ran · our draft was wrong

Licence: 3 of the 5 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_argument_group carpedm20/ENAS-pytorch/config.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 6d80592fd6d47b2d · report
get_data TreeLimes/QANAS/performance_prediction.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 3ec9da1cd4329956 · report
int_or_float TreeLimes/QANAS/performance_prediction.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 75b2d837ccdfa9c0 · report
permute_data TreeLimes/QANAS/performance_prediction.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · a20bae4c047fd876 · report
str2bool carpedm20/ENAS-pytorch/config.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · e5b1aff86a339d0e · report

Tasks

Image ClassificationLanguage ModelingLanguage ModellingNatural Language UnderstandingNeural Architecture SearchReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification CIFAR-10 NAS-RL Percentage correct 96.4 #113 of 265 Archive leaderboard report
Language Modelling Penn Treebank (Character Level) NAS-RL Bit per Character (BPC) 1.214 #13 of 20 Archive leaderboard report
Language Modelling Penn Treebank (Character Level) NAS-RL Number of params 16.3M #13 of 20 Archive leaderboard report
Language Modelling Penn Treebank (Word Level) NAS-RL Params 25M #32 of 43 Archive leaderboard report
Language Modelling Penn Treebank (Word Level) NAS-RL Test perplexity 64.0 #32 of 43 Archive leaderboard report
Neural Architecture Search CIFAR-10 Image Classification NAS-RL-A + c/o Params 27.6M #10 of 19 Archive leaderboard report
Neural Architecture Search CIFAR-10 Image Classification NAS-RL-A + c/o Percentage error 2.4 #10 of 19 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections