https://github.com/nimaesr/seq2seq-models
nlp projects
https://github.com/nimaesr/seq2seq-models
attention-mechanism machine-translation nlp torchtext
Last synced: 6 months ago
JSON representation
nlp projects
- Host: GitHub
- URL: https://github.com/nimaesr/seq2seq-models
- Owner: NimaEsr
- Created: 2022-05-12T13:27:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T15:39:36.000Z (about 3 years ago)
- Last Synced: 2025-03-04T03:32:24.827Z (10 months ago)
- Topics: attention-mechanism, machine-translation, nlp, torchtext
- Language: Jupyter Notebook
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Natural-Language-Processing
We collect here different models for seq2seq translation:
1- Machine Translation (Seq2Seq LSTM)
2- Machine Translation (Attention mechanism)
3- Seq2Seq with Transformers