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

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

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

google/seq2seqArchived

0
View on GitHub↗
5,621 نجوم·1,291 تفرعات·Python·Apache-2.0·8 مشاهداتgoogle.github.io/seq2seq↗

Seq2seq

هذا إطار عمل ومكتبة نماذج للتشفير وفك التشفير (encoder-decoder) مبنية على TensorFlow تُستخدم لتعيين تسلسلات الإدخال إلى تسلسلات الإخراج. يعمل كمُعيّن تسلسلات للتعلم العميق مصمم لتحويل البيانات التسلسلية من مجال إلى آخر.

توفر المكتبة أدوات لتنفيذ نمذجة التسلسل إلى تسلسل عبر مجالات متعددة، بما في ذلك الترجمة الآلية العصبية، وتلخيص النصوص التلقائي، وتوليد تعليقات توضيحية للصور.

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

Features

  • Encoder-Decoder Architectures - Provides a comprehensive encoder-decoder framework for mapping input sequences to output sequences.
  • Sequence Mappers - Functions as a deep learning sequence mapper for transforming sequential data across domains.
  • Recurrent Neural Networks - Utilizes recurrent neural networks to maintain memory of previous tokens in variable length text streams.
  • Sequence-to-Sequence Mappings - Maps input sequences to target sequences via latent representations for tasks like translation and summarization.
  • TensorFlow Model Development - Built as a framework for developing and training sequence-to-sequence models using the TensorFlow ecosystem.
  • Sequence To Sequence Models - Provides a comprehensive library of tools for training sequence-to-sequence models.
  • Input Sequence Attentions - Implements attention weights on input sequences to provide necessary context for the decoder during sequence generation.
  • Image Description Generation - Generates descriptive text labels for images by mapping visual data to natural language.
  • Beam Search Implementations - Provides beam search decoding to explore multiple candidate sequences for optimal probability outcomes.
  • Neural Machine Translation - Provides neural machine translation capabilities to translate text between natural languages.
  • Greedy Decoding Strategies - Includes a greedy decoding strategy that selects the highest probability token at each step.
  • TensorFlow Graph Execution - Executes mathematical operations via TensorFlow's static computational graphs for efficient GPU and CPU processing.
  • Text Summarization - Enables automatic text summarization by condensing long documents while retaining key information.
  • Generative Models - Large-scale neural machine translation architecture implementation.
  • Natural Language Processing - Encoder-decoder framework for TensorFlow.

سجل النجوم

مخطط تاريخ النجوم لـ google/seq2seqمخطط تاريخ النجوم لـ google/seq2seq

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Seq2seq

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Seq2seq.
  • 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

    Python
    عرض على GitHub↗7,009
  • 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.

    Python
    عرض على GitHub↗6,461
  • tingsongyu/pytorch_tutorialالصورة الرمزية لـ TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018عرض على GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    عرض على GitHub↗8,018
  • dsgiitr/d2l-pytorchالصورة الرمزية لـ dsgiitr

    dsgiitr/d2l-pytorch

    4,353عرض على GitHub↗

    This project is an educational codebase and reference library that translates theoretical deep learning concepts into executable PyTorch code. It serves as a practical implementation of a deep learning textbook, providing a course-like structure of guided exercises and architectural examples for learning purposes. The repository includes a library of standard neural network architectures, including linear, convolutional, recurrent, and transformer models. It specifically implements a variety of deep learning patterns such as multilayer perceptrons, VGG networks, gated recurrent units, and lon

    Jupyter Notebookbookcomputer-visiond2l
    عرض على GitHub↗4,353
عرض جميع البدائل الـ 30 لـ Seq2seq→

الأسئلة الشائعة

ما هي وظيفة google/seq2seq؟

هذا إطار عمل ومكتبة نماذج للتشفير وفك التشفير (encoder-decoder) مبنية على TensorFlow تُستخدم لتعيين تسلسلات الإدخال إلى تسلسلات الإخراج. يعمل كمُعيّن تسلسلات للتعلم العميق مصمم لتحويل البيانات التسلسلية من مجال إلى آخر.

ما هي الميزات الرئيسية لـ google/seq2seq؟

الميزات الرئيسية لـ google/seq2seq هي: Encoder-Decoder Architectures, Sequence Mappers, Recurrent Neural Networks, Sequence-to-Sequence Mappings, TensorFlow Model Development, Sequence To Sequence Models, Input Sequence Attentions, Image Description Generation.

ما هي البدائل مفتوحة المصدر لـ google/seq2seq؟

تشمل البدائل مفتوحة المصدر لـ google/seq2seq: princewen/tensorflow_practice — This repository is a collection of practical deep learning implementations and examples built using the TensorFlow… tensorflow/nmt — This project is a neural machine translation system used to build models that automatically translate text from one… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… dsgiitr/d2l-pytorch — This project is an educational codebase and reference library that translates theoretical deep learning concepts into… kyubyong/transformer — This project is a TensorFlow implementation of a transformer model, providing a text-to-text deep learning framework… espnet/espnet — ESPnet is a comprehensive speech processing toolkit and PyTorch-based trainer designed for building end-to-end speech…