awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
asappresearch avatar

asappresearch/sru

0
View on GitHub↗
2,107 stars·304 forks·Python·MIT·5 views

Sru

Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

Features

  • Neural Network Architectures - Simple recurrent units.
  • Recurrent Neural Networks (RNNs) - Listed in the “Recurrent Neural Networks (RNNs)” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for asappresearch/sruStar history chart for asappresearch/sru

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Sru

Similar open-source projects, ranked by how many features they share with Sru.
  • taolei87/srutaolei87 avatar

    taolei87/sru

    38View on GitHub↗

    Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

    View on GitHub↗38
  • salesforce/pytorch-qrnnsalesforce avatar

    salesforce/pytorch-qrnn

    1,262View on GitHub↗

    PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM

    Python
    View on GitHub↗1,262
  • salesforce/awd-lstm-lmsalesforce avatar

    salesforce/awd-lstm-lm

    1,991View on GitHub↗

    LSTM and QRNN Language Model Toolkit for PyTorch

    Pythonlanguage-modellstmpytorch
    View on GitHub↗1,991
  • wizaron/reseg-pytorchWizaron avatar

    Wizaron/reseg-pytorch

    46View on GitHub↗

    PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)

    Python
    View on GitHub↗46
See all 30 alternatives to Sru→

Frequently asked questions

What does asappresearch/sru do?

Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

What are the main features of asappresearch/sru?

The main features of asappresearch/sru are: Neural Network Architectures, Recurrent Neural Networks (RNNs).

What are some open-source alternatives to asappresearch/sru?

Open-source alternatives to asappresearch/sru include: yikangshen/ordered-neurons. wizaron/reseg-pytorch — PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf). taolei87/sru — Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). salesforce/pytorch-qrnn — PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM. salesforce/awd-lstm-lm — LSTM and QRNN Language Model Toolkit for PyTorch. blealtan/efficient-kan — This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network…