**arXiv ID:** 1611.01576 **Authors:** James Bradbury, Stephen Merity, Caiming Xiong, Richard Socher **Published:** 2016-11-05T00:31:25Z **Abstract:** Recurrent neural networks are a powerful tool for modeling sequential data, but the dependence of each timestep's computation on the previous timestep's output limits parallelism and makes RNNs unwieldy for very long sequences. We introduce quasi-recurrent neural networks (QRNNs), an approach to neural sequence modeling that alternates convoluti...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill quasirecurrent-neural-networks --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quasirecurrent Neural Networks?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-quasirecurrent-neural-networks)More formats (shields.io, HTML) on the badges page.
# Quasi-Recurrent Neural Networks
**arXiv ID:** 1611.01576
**Authors:** James Bradbury, Stephen Merity, Caiming Xiong, Richard Socher
**Published:** 2016-11-05T00:31:25Z
**Abstract:**
Recurrent neural networks are a powerful tool for modeling sequential data, but the dependence of each timestep's computation on the previous timestep's output limits parallelism and makes RNNs unwieldy for very long sequences. We introduce quasi-recurrent neural networks (QRNNs), an approach to neural sequence modeling that alternates convolutional layers, which apply in parallel across timesteps, and a minimalist recurrent pooling function that applies in parallel across channels. Despite lacking trainable recurrent layers, stacked QRNNs have better predictive accuracy than stacked LSTMs of the same hidden size. Due to their increased parallelism, they are up to 16 times faster at train and test time. Experiments on language modeling, sentiment classification, and character-level neural machine translation demonstrate these advantages and underline the viability of QRNNs as a basic building block for a variety of sequence tasks.
## Skill Description
This skill is generated from the arXiv paper: Quasi-Recurrent Neural Networks (1611.01576).
## How to Use
[To be filled in by the user or by future automation]
## References
- [arXiv:1611.01576](http://arxiv.org/abs/1611.01576v2)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!