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
MaximumEntropy avatar

MaximumEntropy/Seq2Seq-PyTorch

0
View on GitHub↗
740 stars·159 forks·Python·WTFPL·8 views

Seq2Seq PyTorch

Sequence to Sequence Models with PyTorch

Features

  • Model Implementations - Sequence-to-sequence model implementations.
  • Natural Language Processing - Seq2Seq models in PyTorch.
  • 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 maximumentropy/seq2seq-pytorchStar history chart for maximumentropy/seq2seq-pytorch

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 Seq2Seq PyTorch

Similar open-source projects, ranked by how many features they share with Seq2Seq PyTorch.
  • 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
  • dasguptar/treelstm.pytorchdasguptar avatar

    dasguptar/treelstm.pytorch

    551View on GitHub↗

    Tree LSTM implementation in PyTorch

    Python
    View on GitHub↗551
  • barissayil/sentimentanalysisB

    barissayil/SentimentAnalysis

    0View on GitHub↗
    View on GitHub↗0
  • bentrevett/pytorch-sentiment-analysisbentrevett avatar

    bentrevett/pytorch-sentiment-analysis

    4,608View on GitHub↗

    This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It provides a natural language processing sequence classification pipeline designed to clean text data and train neural networks to categorize sequences of words. The implementation focuses on adapting pretrained language models for specific text classification tasks using custom datasets. It includes a process for fine-tuning large-scale language models and implementing recurrent networks and transformers for emotional tone detection. The project covers the broader surface of text se

    Jupyter Notebookbertcnncnn-text-classification
    View on GitHub↗4,608
See all 30 alternatives to Seq2Seq PyTorch→

Frequently asked questions

What does maximumentropy/seq2seq-pytorch do?

Sequence to Sequence Models with PyTorch

What are the main features of maximumentropy/seq2seq-pytorch?

The main features of maximumentropy/seq2seq-pytorch are: Model Implementations, Natural Language Processing, Recurrent Neural Networks (RNNs).

What are some open-source alternatives to maximumentropy/seq2seq-pytorch?

Open-source alternatives to maximumentropy/seq2seq-pytorch include: salesforce/pytorch-qrnn — PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM. dsksd/deepnlp-models-pytorch — Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ). barissayil/sentimentanalysis. bentrevett/pytorch-sentiment-analysis — This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It… deepsound-project/samplernn-pytorch. dasguptar/treelstm.pytorch — Tree LSTM implementation in PyTorch.