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

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

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

28 مستودعات

Awesome GitHub RepositoriesSequence Models

Architectures designed for processing ordered data where temporal or sequential dependencies are critical.

Explore 28 awesome GitHub repositories matching artificial intelligence & ml · Sequence Models. Refine with filters or upvote what's useful.

Awesome Sequence Models GitHub Repositories

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

    openai/whisper

    102,828عرض على GitHub↗

    This project is a speech recognition and translation engine that utilizes a sequence-to-sequence transformer architecture to convert audio into text. It is built upon a weakly supervised learning framework, which leverages large-scale, unlabelled audio-transcript data to create generalized speech representations capable of performing simultaneous transcription, language identification, and translation. The system distinguishes itself through a unified multi-task modeling approach that shares token sequences across different objectives, allowing it to handle diverse languages and vocabularies

    Coordinates speech recognition, translation, and language identification simultaneously by sharing input-output sequences within a single model.

    Python
    عرض على GitHub↗102,828
  • d2l-ai/d2l-zhالصورة الرمزية لـ d2l-ai

    d2l-ai/d2l-zh

    78,493عرض على GitHub↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners to master complex artificial intelligence concepts through hands-on experimentation. The platform distinguishes itself by integrating technical explanations with executable Jupyter notebooks. This design allows readers to modify code and hyperparameters in real-time, facilitati

    Examines the theoretical and practical aspects of processing ordered data where temporal dependencies are significant.

    Pythonbookchinesecomputer-vision
    عرض على GitHub↗78,493
  • twitter/the-algorithmالصورة الرمزية لـ twitter

    twitter/the-algorithm

    73,422عرض على GitHub↗

    The algorithm is a distributed recommendation engine pipeline designed to construct and serve personalized content timelines. It functions as a multi-stage orchestration layer that aggregates candidate content from diverse social graphs and high-dimensional embedding spaces, processing user interaction data to deliver a unified, ranked experience. The system utilizes a high-performance machine learning serving infrastructure to execute deep learning models that predict engagement probabilities in real-time. It distinguishes itself through a hybrid retrieval strategy that combines graph-traver

    Shares model architectures to predict multiple engagement signals simultaneously for optimized content relevance.

    Scala
    عرض على GitHub↗73,422
  • exacity/deeplearningbook-chineseالصورة الرمزية لـ exacity

    exacity/deeplearningbook-chinese

    37,285عرض على GitHub↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Teaches the fundamental architectures designed for processing ordered data and temporal dependencies.

    TeX
    عرض على GitHub↗37,285
  • d2l-ai/d2l-enالصورة الرمزية لـ d2l-ai

    d2l-ai/d2l-en

    29,001عرض على GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Enables task execution by conditioning model output on prompts and examples without requiring parameter updates.

    Pythonbookcomputer-visiondata-science
    عرض على GitHub↗29,001
  • handsonllm/hands-on-large-language-modelsالصورة الرمزية لـ HandsOnLLM

    HandsOnLLM/Hands-On-Large-Language-Models

    27,059عرض على GitHub↗

    This project is an educational resource focused on the internal mechanics and design principles of transformer-based neural networks. It provides a structured guide to the fundamental components of generative artificial intelligence, including sequence modeling, semantic embeddings, and the mathematical foundations of large language models. The repository distinguishes itself through a heavy emphasis on visual documentation, utilizing diagrams and step-by-step explanations to clarify how data flows through complex neural architectures. It serves as a technical reference for developers seeking

    Covers transformer-based sequence modeling as a core component of modern generative artificial intelligence.

    Jupyter Notebookartificial-intelligencebooklarge-language-models
    عرض على GitHub↗27,059
  • accumulatemore/cvالصورة الرمزية لـ AccumulateMore

    AccumulateMore/CV

    21,907عرض على GitHub↗

    This project is a comprehensive deep learning framework and educational platform designed for constructing, training, and evaluating neural network architectures. It provides a modular environment for building models through tensor operations and automatic differentiation, supporting a wide range of tasks from image classification and object detection to sequential data processing. Beyond its core technical capabilities, the project distinguishes itself by integrating professional career development resources directly into its learning ecosystem. It offers structured guidance, resume reviews,

    Models sequential data using recurrent architectures to capture temporal dependencies.

    Jupyter Notebookagentagentsbook
    عرض على GitHub↗21,907
  • state-spaces/mambaالصورة الرمزية لـ state-spaces

    state-spaces/mamba

    17,215عرض على GitHub↗

    Mamba is a deep learning framework designed for building and training sequence models that process long-range data dependencies with linear-time computational efficiency. By utilizing selective state space modeling, the library enables the construction of neural network architectures that replace traditional attention mechanisms with high-performance state space operations. The framework distinguishes itself through the use of data-dependent state gating, which allows the model to dynamically filter information flow based on the input sequence. To ensure high throughput, it incorporates hardw

    Implements selective state space modeling to process long-range dependencies with linear-time efficiency.

    Python
    عرض على GitHub↗17,215
  • oxford-cs-deepnlp-2017/lecturesالصورة الرمزية لـ oxford-cs-deepnlp-2017

    oxford-cs-deepnlp-2017/lectures

    15,854عرض على GitHub↗

    This repository is a deep learning for natural language processing course and curriculum. It provides educational material and guides focused on neural network architectures used for processing natural language, speech signals, and text classification. The content includes instructional tutorials on sequence modeling and neural language modeling, covering the implementation of n-gram and recurrent neural networks. It also provides a framework for studying word embeddings to map linguistic meanings into numerical representations. The curriculum covers a broad range of capabilities, including

    Teaches the implementation of sequence models and the use of LSTMs to resolve gradient issues.

    deep-learningmachine-learningnatural-language-processing
    عرض على GitHub↗15,854
  • shangtongzhang/reinforcement-learning-an-introductionالصورة الرمزية لـ ShangtongZhang

    ShangtongZhang/reinforcement-learning-an-introduction

    14,569عرض على GitHub↗

    This project is a Python-based educational framework designed to simulate reinforcement learning algorithms and environments. It serves as a platform for reproducing classic textbook examples, allowing users to study agent behavior, policy improvement, and the fundamental mechanics of decision-making in controlled settings. The library provides implementations for core reinforcement learning concepts, including temporal difference learning, Monte Carlo episode sampling, and tabular value function approximation. It enables the analysis of specific algorithmic behaviors, such as identifying and

    Provides discrete state-space modeling for exact value function calculation in reinforcement learning environments.

    Pythonartificial-intelligencereinforcement-learning
    عرض على GitHub↗14,569
  • uber/ludwigالصورة الرمزية لـ uber

    uber/ludwig

    11,718عرض على GitHub↗

    Ludwig is a declarative machine learning framework designed for training neural networks and large language models using configuration files instead of manual coding. It functions as a multimodal model builder and a low-code tool for supervised fine-tuning, allowing users to build models that process mixed inputs of text, images, audio, and tabular data. The project distinguishes itself through an automated hyperparameter optimizer and a system for large language model fine-tuning using parameter-efficient adapters. It features a multimodal data pipeline and the ability to automatically gener

    Enables the training of a single model to predict multiple output features simultaneously.

    Python
    عرض على GitHub↗11,718
  • shenweichen/deepctrالصورة الرمزية لـ shenweichen

    shenweichen/DeepCTR

    8,039عرض على GitHub↗

    DeepCTR is a specialized software framework and deep learning model library designed for predicting click-through rates and implementing recommendation systems. It provides a suite of tabular data models and architectures tailored for binary classification and sparse feature processing. The framework includes dedicated toolkits for multi-task learning and sequential interest modeling. It allows for the simultaneous estimation of multiple related targets through shared-bottom and gated expert neural networks, while capturing evolving user behavior using attention mechanisms and transformers.

    Implements model architectures that predict multiple related targets, such as click and conversion rates, simultaneously.

    Pythonautointclick-through-ratectr
    عرض على GitHub↗8,039
  • priorlabs/tabpfnالصورة الرمزية لـ PriorLabs

    PriorLabs/TabPFN

    7,408عرض على GitHub↗

    Performs inference by processing training examples as context within the transformer's attention window.

    Pythondata-sciencefoundation-modelsmachine-learning
    عرض على GitHub↗7,408
  • qwenlm/qwen-imageالصورة الرمزية لـ QwenLM

    QwenLM/Qwen-Image

    7,379عرض على GitHub↗

    Qwen-Image is a text-to-image model and large language model image generation framework. It functions as an AI image editing suite and a personalized image trainer, capable of producing high-fidelity visuals and accurate typography from natural language descriptions. The system is distinguished by its precision text rendering engine, which integrates multi-script calligraphy and layout-coherent alphabetic text into images. It provides specialized capabilities for subject identity preservation and consistent subject generation across different poses and viewpoints, alongside a training pipelin

    Utilizes a multi-task training objective to simultaneously optimize for diverse editing and generation tasks.

    Python
    عرض على GitHub↗7,379
  • google-research/text-to-text-transfer-transformerالصورة الرمزية لـ google-research

    google-research/text-to-text-transfer-transformer

    6,528عرض على GitHub↗

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

    Implements a model architecture that shares input-output sequences to perform multiple distinct language tasks simultaneously.

    Python
    عرض على GitHub↗6,528
  • facebookresearch/sapiensالصورة الرمزية لـ facebookresearch

    facebookresearch/sapiens

    5,388عرض على GitHub↗

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

    Employs a shared encoder architecture to simultaneously perform depth, pose, and segmentation tasks.

    Python
    عرض على GitHub↗5,388
  • fla-org/flash-linear-attentionالصورة الرمزية لـ fla-org

    fla-org/flash-linear-attention

    5,248عرض على GitHub↗

    Flash Linear Attention is a training framework and inference engine for sequence models that use linear attention and state space mechanisms, designed to process long contexts with reduced memory and compute overhead. It provides hardware-optimized token mixing layers and fused CUDA kernels that minimize memory bandwidth and launch overhead across different GPU architectures, and includes a causal inference engine that generates text token-by-token using cached hidden states for efficient autoregressive decoding. The project supports building hybrid sequence models that interleave standard at

    Processes sequences using recurrent state updates that capture long-range dependencies with linear complexity.

    Pythonlarge-language-modelsmachine-learning-systemsnatural-language-processing
    عرض على GitHub↗5,248
  • py-why/econmlالصورة الرمزية لـ py-why

    py-why/EconML

    4,683عرض على GitHub↗

    EconML هي مكتبة Python للاستدلال السببي مصممة لتقدير تأثيرات العلاج غير المتجانسة باستخدام مزيج من تعلم الآلة والاقتصاد القياسي. تعمل كمجموعة أدوات لحساب تأثيرات العلاج المتوسطة المشروطة لتحديد كيفية تأثير تدخلات معينة على الأفراد أو المجموعات الفرعية. يوفر المشروع إطار عمل لتعلم الآلة المزدوج وتعلم الآلة المتعامد لعزل الإشارات السببية من المربكات عالية الأبعاد. يتضمن المشروع تطبيقات متخصصة للغابات السببية ومتعلمي المتغيرات الآلية، مما يسمح باستعادة العلاقات السببية حتى في وجود مربكات غير ملاحظة. تغطي المكتبة مجموعة واسعة من الإمكانيات بما في ذلك التحقق من النموذج السببي من خلال اختبارات الدحض ومنحنيات المعايرة، وبناء سياسات علاج شخصية، وتحليل أنظمة العلاج الديناميكية. كما تدعم المكتبة الاستدلال الإحصائي لتحديد عدم اليقين وتفسير عدم تجانس التأثير باستخدام النماذج القائمة على الأشجار وقيم Shapley. يتم تنفيذ المشروع وتوضيحه بشكل أساسي من خلال دفاتر Jupyter.

    Fits a multi-task linear model with L1 regularization and sample weights to handle biased observational data.

    Jupyter Notebookcausal-inferencecausalityeconometrics
    عرض على GitHub↗4,683
  • alibaba/x-deeplearningالصورة الرمزية لـ alibaba

    alibaba/x-deeplearning

    4,301عرض على GitHub↗

    This project is a distributed machine learning platform and sparse deep learning framework designed for training and serving models with high-dimensional sparse data. It functions as an online model serving infrastructure and recommendation system engine, enabling real-time item retrieval and scoring using deep tree matching and neural networks. The system distinguishes itself through a multi-task learning framework that optimizes multiple objective functions within a shared representation space. It features a specialized online serving infrastructure that supports dynamic model hot-loading a

    Implements a framework for optimizing multiple objective functions simultaneously within a shared representation space.

    PureBasic
    عرض على GitHub↗4,301
  • mlfoundations/open_flamingoالصورة الرمزية لـ mlfoundations

    mlfoundations/open_flamingo

    4,107عرض على GitHub↗

    Open Flamingo هو إطار عمل لتدريب النماذج اللغوية الكبيرة متعددة الوسائط مصمم لدمج مشفرات الرؤية المدربة مسبقاً مع النماذج اللغوية. ينفذ بنية رؤية-لغة تستخدم طبقات الانتباه المتقاطع (cross-attention) لمعالجة تسلسلات متداخلة من الصور والنصوص. يتميز النظام بقدرات التعلم متعدد الوسائط بلقطات قليلة (few-shot)، مما يسمح للنموذج بالتكيف مع مهام بصرية جديدة باستخدام مجموعة صغيرة من أمثلة الصور والنصوص المقدمة في المطالبة. ويدعم التعلم في السياق وتوليد النصوص متعدد الوسائط لمهام مثل الإجابة على الأسئلة البصرية والتعليق. يتضمن إطار العمل مدرب نموذج موزع يستخدم توازي البيانات ونقاط فحص التدرج (gradient checkpointing) لتحسين الذاكرة عبر وحدات معالجة رسومات متعددة. كما يوفر أدوات لتحميل مجموعات البيانات متعددة الوسائط المجزأة، وتقييم النموذج المتوازي، وبنية تحتية لاستضافة نماذج واسعة النطاق للاستدلال.

    Performs new tasks by providing few-shot examples of image-text pairs without modifying underlying model parameters.

    Pythoncomputer-visiondeep-learningflamingo
    عرض على GitHub↗4,107
السابق12التالي
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Sequence Models

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

  • Multi-Task Learning Models8 وسوم فرعيةModel architectures that share input-output sequences to perform multiple distinct tasks simultaneously.
  • Selective State Space Models2 وسوم فرعيةSequence models that utilize data-dependent state gating to achieve linear-time complexity. **Distinct from Sequence Models:** Focuses on selective state space architectures specifically, distinct from general sequence models.