awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 مستودعات

Awesome GitHub RepositoriesSequence-to-Sequence Mappings

Architectures that map an input sequence to a target sequence via a latent representation.

Distinct from Sequence Decoding Models: Broadens from OCR-specific sequence decoding to general sequence-to-sequence mapping including translation.

Explore 15 awesome GitHub repositories matching artificial intelligence & ml · Sequence-to-Sequence Mappings. Refine with filters or upvote what's useful.

Awesome Sequence-to-Sequence Mappings GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • morvanzhou/pytorch-tutorialالصورة الرمزية لـ MorvanZhou

    MorvanZhou/PyTorch-Tutorial

    8,458عرض على GitHub↗

    This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u

    Provides guidance on implementing architectures that map input sequences to target sequences via latent representations.

    Jupyter Notebookautoencoderbatchbatch-normalization
    عرض على GitHub↗8,458
  • czy36mengfei/tensorflow2_tutorials_chineseالصورة الرمزية لـ czy36mengfei

    czy36mengfei/tensorflow2_tutorials_chinese

    7,786عرض على GitHub↗

    This project is a collection of educational resources and instructional guides for learning deep learning and neural network implementation using TensorFlow. It provides a structured set of tutorials and notebooks written in Chinese, covering supervised and unsupervised learning tasks. The material focuses on practical implementations of diverse neural network architectures, including convolutional, recurrent, and autoencoder networks. It includes specific training content for computer vision, natural language processing, and generative models. The coverage extends to specialized network arc

    Implements sequence-to-sequence mappings for tasks like machine translation using attention mechanisms.

    Jupyter Notebook
    عرض على GitHub↗7,786
  • princewen/tensorflow_practiceالصورة الرمزية لـ princewen

    princewen/tensorflow_practice

    7,009عرض على GitHub↗

    This repository is a collection of practical deep learning implementations and examples built using the TensorFlow framework. It provides a variety of neural network architectures focusing on natural language processing, recommendation systems, reinforcement learning, and time series prediction. The project features a range of specialized models, including sequence-to-sequence and transformer architectures for text processing, and factorization machines for personalized ranking and retrieval. It also includes implementations of reinforcement learning agents using actor-critic and policy gradi

    Implements encoder-decoder architectures that map input sequences to target output sequences.

    Python
    عرض على GitHub↗7,009
  • albertan017/llm4decompileالصورة الرمزية لـ albertan017

    albertan017/LLM4Decompile

    6,728عرض على GitHub↗

    LLM4Decompile هو مجموعة أدوات وإطار عمل لترجمة الكود الثنائي إلى كود مصدري. يستخدم نماذج لغوية كبيرة لتحويل كود الآلة إلى كود مصدري قابل للقراءة واستعادة المنطق الأصلي للملفات التنفيذية المجمعة. يتضمن المشروع خط أنابيب متخصصاً لتوليد مجموعات بيانات تدريب اصطناعية عن طريق تحويل الكود المصدري إلى أزواج تجميع (assembly). يوفر إطار عمل للضبط الدقيق لتحسين نماذج التعلم العميق على مجموعات البيانات الثنائية إلى المصدرية هذه، مما يزيد من دقة استعادة الكود. يتميز النظام أيضاً بقدرات لتنقية الكود الزائف (pseudo-code) الذي تم فك تجميعه. تركز هذه العملية على استعادة الهيكل العظمي وأسماء المتغيرات للملف الثنائي لتحسين قابلية قراءة المنطق المفكك.

    Implements neural machine translation architectures to map binary disassembly sequences to high-level code.

    Python
    عرض على GitHub↗6,728
  • tensorflow/nmtالصورة الرمزية لـ tensorflow

    tensorflow/nmt

    6,461عرض على GitHub↗

    This project is a neural machine translation system used to build models that automatically translate text from one language to another. It utilizes sequence-to-sequence modeling to transform variable-length input sequences into corresponding output sequences. The system implements bidirectional recurrent neural network encoding and attention mechanisms to capture contextual information and focus on specific parts of the source text during translation. To manage training and inference, it employs separate computational graphs and supports distributing model layers across multiple GPU devices.

    Implements a sequence-to-sequence architecture to map source text to target translation via a latent representation.

    Python
    عرض على GitHub↗6,461
  • dragen1860/tensorflow-2.x-tutorialsالصورة الرمزية لـ dragen1860

    dragen1860/TensorFlow-2.x-Tutorials

    6,351عرض على GitHub↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Implements architectures that map an input sequence to a target sequence via a latent representation.

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    عرض على GitHub↗6,351
  • bentrevett/pytorch-seq2seqالصورة الرمزية لـ bentrevett

    bentrevett/pytorch-seq2seq

    5,697عرض على GitHub↗

    This is a collection of educational Jupyter Notebook tutorials that teach sequence-to-sequence modeling using PyTorch and TorchText, focused on neural machine translation. The project provides hands-on guides for building and training encoder-decoder architectures with recurrent neural networks like LSTM and GRU, implementing attention mechanisms that allow the decoder to focus on relevant input tokens during sequence generation. The tutorials cover the full pipeline of machine translation, from tokenizing multilingual text using language-specific tokenizers to training multi-layer encoder-de

    Teaches building and training encoder-decoder architectures for sequence mapping tasks like machine translation.

    Jupyter Notebookattentioncnn-seq2seqencoder-decoder
    عرض على GitHub↗5,697
  • google/seq2seqالصورة الرمزية لـ google

    google/seq2seq

    5,621عرض على GitHub↗

    هذا إطار عمل ومكتبة نماذج للتشفير وفك التشفير (encoder-decoder) مبنية على TensorFlow تُستخدم لتعيين تسلسلات الإدخال إلى تسلسلات الإخراج. يعمل كمُعيّن تسلسلات للتعلم العميق مصمم لتحويل البيانات التسلسلية من مجال إلى آخر. توفر المكتبة أدوات لتنفيذ نمذجة التسلسل إلى تسلسل عبر مجالات متعددة، بما في ذلك الترجمة الآلية العصبية، وتلخيص النصوص التلقائي، وتوليد تعليقات توضيحية للصور. يدمج إطار العمل الشبكات العصبية المتكررة ويستخدم السياق القائم على الانتباه (attention-based) لوزن تسلسلات الإدخال. يدعم استراتيجيات فك تشفير متعددة، بما في ذلك بحث الشعاع (beam search) وفك التشفير الجشع (greedy decoding)، مع تنفيذ العمليات الرياضية عبر حسابات الرسم البياني في TensorFlow.

    Maps input sequences to target sequences via latent representations for tasks like translation and summarization.

    Pythondeeplearningmachine-translationneural-network
    عرض على GitHub↗5,621
  • microsoft/muzicالصورة الرمزية لـ microsoft

    microsoft/muzic

    4,928عرض على GitHub↗

    Muzic هي منصة وإطار عمل للتعلم العميق لتحليل الموسيقى وتأليفها وتوليفها بواسطة الذكاء الاصطناعي. تعمل كإطار عمل لتوليد الموسيقى وأداة تحليل، باستخدام نماذج لغة كبيرة ووكلاء مستقلين لتنسيق إنشاء وتفسير الموسيقى الرمزية والصوتية. يتميز المشروع بقدراته عبر الوسائط، حيث يربط اللغة الطبيعية والموسيقى الرمزية في مساحة تضمين مشتركة للتصنيف بدون أمثلة (zero-shot) واسترجاع المعلومات. يوظف مجموعة متنوعة من المعماريات المتخصصة، بما في ذلك أطر عمل الانتشار لتوليف الصوت، وآليات الانتباه ثنائية الحبيبات لاتساق الهيكل طويل التسلسل، ونظام هجين يجمع بين قواعد نظرية الموسيقى والشبكات العصبية. تغطي المنصة مجموعة واسعة من القدرات، بما في ذلك توليد تسلسلات MIDI من النص والكلمات، وتوليف صوت الغناء العصبي، ونسخ الكلمات تلقائيًا. كما توفر أدوات لنمذجة هيكل الموسيقى، والتوليد الرمزي القائم على السمات، وتنسيق أدوات الموسيقى الخارجية عبر وكلاء مستقلين. تشمل الأدوات المساعدة خطوط أنابيب هندسة البيانات لتحويل MIDI إلى ثنائي على نطاق واسع، وترميز مجموعات البيانات، ومعالجة الإشارات الصوتية لاستخراج نوتات اللحن ومحاذاة الكلام إلى فونيم.

    Generates lyrics from melodies or melodies from lyrics using a masked sequence-to-sequence framework.

    Pythonai-musicdeep-learningmusic
    عرض على GitHub↗4,928
  • macanv/bert-bilstm-crf-nerالصورة الرمزية لـ macanv

    macanv/BERT-BiLSTM-CRF-NER

    4,904عرض على GitHub↗

    This project is a named entity recognition framework and TensorFlow-based natural language processing model. It provides a pipeline for adapting pre-trained language models to specific entity recognition and text classification tasks. The system implements a sequence labeling architecture that combines transformer-based embeddings with bidirectional sequence modeling and conditional random field decoding. It includes tools for fine-tuning model weights and training the network to identify and categorize entities within unstructured text. The framework also includes a client-server architectu

    Implements bidirectional sequence modeling to capture text dependencies for entity recognition.

    Python
    عرض على GitHub↗4,904
  • spro/practical-pytorchالصورة الرمزية لـ spro

    spro/practical-pytorch

    4,546عرض على GitHub↗

    Practical PyTorch هي مجموعة من دروس وأدلة التعلم العميق التي تركز على تنفيذ الشبكات العصبية المتكررة. يوفر المشروع كوداً عملياً لبناء نماذج التسلسل وبنيات التسلسل إلى التسلسل باستخدام إطار عمل PyTorch. يغطي المستودع تنفيذ نماذج للترجمة الآلية العصبية، وتوليد النصوص على مستوى الحرف، وتصنيف النصوص. يتضمن أمثلة لتحويل تسلسلات الإدخال إلى تسلسلات إخراج للترجمة الآلية وتوليف نصوص جديدة. يمتد المشروع أيضاً إلى التنبؤ ببيانات التسلسل وتحليل السلاسل الزمنية، مما يوفر طرقاً للتنبؤ بالأحداث المستقبلية بناءً على الأنماط التسلسلية التاريخية.

    Implements encoder-decoder architectures that map input sequences to target sequences for translation.

    Jupyter Notebook
    عرض على GitHub↗4,546
  • dsgiitr/d2l-pytorchالصورة الرمزية لـ dsgiitr

    dsgiitr/d2l-pytorch

    4,353عرض على GitHub↗

    هذا المشروع عبارة عن قاعدة كود تعليمية ومكتبة مرجعية تترجم مفاهيم تعلم الآلة النظرية إلى كود PyTorch قابل للتنفيذ. يعمل كتطبيق عملي لكتاب مدرسي عن تعلم الآلة، ويوفر هيكلاً يشبه الدورة التدريبية من التمارين الموجهة والأمثلة المعمارية لأغراض التعلم. يتضمن المستودع مكتبة من معماريات الشبكات العصبية القياسية، بما في ذلك النماذج الخطية، والتلافيفية، والمتكررة، ونماذج المحولات (transformers). ينفذ بشكل خاص مجموعة متنوعة من أنماط تعلم الآلة مثل الإدراك متعدد الطبقات، وشبكات VGG، ووحدات التكرار المبوّبة (GRU)، وشبكات الذاكرة طويلة المدى (LSTM). تغطي قاعدة الكود مجالات قدرات واسعة بما في ذلك الرؤية الحاسوبية لتصنيف الصور واكتشاف الكائنات، بالإضافة إلى معالجة اللغات الطبيعية لنمذجة التسلسل والترجمة. كما ينفذ مكونات تعلم الآلة الأساسية مثل الانحدار الخطي وsoftmax، والتصنيف الاحتمالي، ومجموعة من خوارزميات التحسين القائمة على التدرج. يتم تقديم المشروع بشكل أساسي كمجموعة من دفاتر Jupyter.

    Constructs encoder-decoder architectures that map input sequences to target sequences via latent representations.

    Jupyter Notebookbookcomputer-visiond2l
    عرض على GitHub↗4,353
  • clovaai/deep-text-recognition-benchmarkالصورة الرمزية لـ clovaai

    clovaai/deep-text-recognition-benchmark

    3,938عرض على GitHub↗

    This project is a PyTorch-based framework and toolkit for scene text recognition. It provides a deep learning pipeline for extracting characters and words from images of natural environments, covering the full process from training data preparation to model validation. The framework functions as a standardized benchmark for measuring the accuracy and inference speed of text recognition models. It includes tools for calculating recognition accuracy and measuring GPU processing time per image to evaluate model performance across consistent datasets. The system incorporates visual and sequentia

    Processes visual features through a recurrent neural network to maintain spatial order and character dependencies.

    Jupyter Notebook
    عرض على GitHub↗3,938
  • ashishpatel26/andrew-ng-notesالصورة الرمزية لـ ashishpatel26

    ashishpatel26/Andrew-NG-Notes

    3,594عرض على GitHub↗

    This project is a collection of structured study notes and notebooks serving as an educational resource for deep learning and neural network fundamentals. It provides a technical reference for implementing machine learning theory, covering everything from basic network design to the construction of advanced architectures. The material specifically focuses on the implementation of convolutional neural networks for computer vision and sequence models for natural language processing. It includes detailed guidance on building object detection systems, face recognition, and speech transcription mo

    Covers the construction of encoder-decoder architectures for sequence mapping tasks.

    Jupyter Notebookandrew-ngandrew-ng-courseandrew-ng-machine-learning
    عرض على GitHub↗3,594
  • pageman/sutskever-30-implementationsالصورة الرمزية لـ pageman

    pageman/sutskever-30-implementations

    3,148عرض على GitHub↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Transforms an input sequence into a corresponding output sequence of values.

    Jupyter Notebook
    عرض على GitHub↗3,148
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence-to-Sequence Mappings

استكشف الوسوم الفرعية

  • Bidirectional LSTMsNeural network layers that process sequences in both directions to capture long-term dependencies. **Distinct from Sequence-to-Sequence Mappings:** Specializes sequence-to-sequence mapping to bidirectional LSTM architectures for contextual understanding.