seq2seq
Sequence transformer
An attention-based sequence-to-sequence learning framework
Attention-based sequence to sequence learning
388 stars
26 watching
122 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
alexbrillant/seq2seq-attention | An implementation of an attention mechanism using TensorFlow 2 to analyze time series data. | 7 |
larsmans/seqlearn | A toolkit for building sequence classification models in Python | 688 |
eladhoffer/seq2seq.pytorch | Provides tools and frameworks for training sequence-to-sequence models using PyTorch | 523 |
ibm/pytorch-seq2seq | A PyTorch-based framework for building and training sequence-to-sequence models | 1,498 |
aboev/arae-tf | Automates generation of discrete sequence text using adversarially regularized autoencoders | 20 |
martinbernstorff/iterpy | An iterator-based Python extension providing a fluent interface with map(), filter(), and reduce() functions for working with sequences. | 10 |
sidneycadot/oeis | Tools for analyzing and processing sequence data from the Online Encyclopedia of Integer Sequences. | 46 |
outcastofmusic/quick-nlp | A Python NLP library for training and running sequence-to-sequence models similar to the fast.ai library. | 283 |
awslabs/sockeye | An open-source sequence-to-sequence framework for neural machine translation built on PyTorch. | 1,212 |
nlgranger/seqtools | A Python library to manipulate and transform indexable data | 48 |
maximumentropy/seq2seq-pytorch | An implementation of Sequence to Sequence models in PyTorch with various attention mechanisms and extensions for machine translation tasks. | 736 |
guillaume-chevalier/seq2seq-signal-prediction | A project demonstrating the use of a Sequence-to-Sequence Recurrent Neural Network (RNN) for time series forecasting in Python using TensorFlow. | 1,083 |
modelscope/adaseq | A comprehensive Python library for developing state-of-the-art sequence understanding models, providing pre-trained models and tools for natural language processing tasks. | 416 |
ayoshiaki/tops | An object-oriented framework for analyzing discrete sequences using probabilistic models | 36 |
harvardnlp/seq2seq-attn | An implementation of a sequence-to-sequence model with attention mechanism using LSTMs and character embeddings for neural machine translation | 1,260 |