awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openai/whisperopenai 的头像

    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-zhd2l-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-algorithmtwitter 的头像

    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-chineseexacity 的头像

    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-end2l-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-modelsHandsOnLLM 的头像

    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/cvAccumulateMore 的头像

    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/mambastate-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/lecturesoxford-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-introductionShangtongZhang 的头像

    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/ludwiguber 的头像

    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/deepctrshenweichen 的头像

    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/tabpfnPriorLabs 的头像

    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-imageQwenLM 的头像

    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-transformergoogle-research 的头像

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

    6,528在 GitHub 上查看↗

    这是一个机器学习框架,用于将多样化的自然语言处理任务视为统一的文本到文本问题。它提供了一个用于预训练和微调大规模 Transformer 模型的工具包,利用一种将输入和输出都格式化为原始文本序列的系统。 该框架的特色在于其分布式训练系统,该系统使用基于网格的策略跨多个 TPU 核心扩展模型权重和训练批次。它通过使用可配置的混合率将多样化的数据集组合成单一训练流来支持多任务学习,从而允许单个模型处理各种语言任务。 该系统涵盖了广泛的功能,包括编码器-解码器架构、用于文本生成的束搜索解码以及迁移学习工作流。它包括用于 NLP 数据集准备、模型性能评估以及导出训练检查点以进行生产服务的实用程序。 该库支持加载各种大小的预训练模型检查点以加速开发。

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

    Python
    在 GitHub 上查看↗6,528
  • facebookresearch/sapiensfacebookresearch 的头像

    facebookresearch/sapiens

    5,388在 GitHub 上查看↗

    Sapiens 是一个高分辨率人体视觉模型,专为高精度、以人为中心的计算机视觉任务而设计。它是一套用于估计人体姿态、深度和表面几何形状的工具集。 该项目利用视觉 Transformer 主干网络通过共享编码器执行多项任务。这种架构能够同时预测骨骼结构、关节位置以及相机与人体对象之间的距离。 该模型的功能涵盖了人体部位分割(从背景中分离解剖区域)和表面法线预测(从 2D 图像中恢复 3D 几何细节)。这些任务由一个采用像素级回归和语义分割掩码的多任务学习框架提供支持。

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

    Python
    在 GitHub 上查看↗5,388
  • fla-org/flash-linear-attentionfla-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/econmlpy-why 的头像

    py-why/EconML

    4,683在 GitHub 上查看↗

    EconML 是一个 Python 因果推理库,旨在结合机器学习和计量经济学来估计异质处理效应。它作为计算条件平均处理效应的工具包,以确定特定干预措施如何影响个人或子群体。 该项目提供了一个用于双重机器学习和正交机器学习的框架,以从高维混杂因素中分离因果信号。它包括针对因果森林和工具变量学习者的专门实现,即使在存在未观察到的混杂因素的情况下,也允许恢复因果关系。 该库涵盖了广泛的功能,包括通过反驳测试和校准曲线进行的因果模型验证、个性化处理策略的构建以及动态处理机制的分析。它还支持用于不确定性量化的统计推理,以及使用基于树的模型和 Shapley 值对效应异质性的解释。 该项目主要通过 Jupyter Notebooks 实现和演示。

    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-deeplearningalibaba 的头像

    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_flamingomlfoundations 的头像

    mlfoundations/open_flamingo

    4,107在 GitHub 上查看↗

    Open Flamingo 是一个多模态大语言模型训练框架,旨在将预训练的视觉编码器与语言模型集成。它实现了一种视觉-语言架构,利用交叉注意力层来处理交错的图像和文本序列。 该系统的特点是其少样本(few-shot)多模态学习能力,允许模型使用提示中提供的少量图像-文本示例来适应新的视觉任务。它支持上下文学习和多模态文本生成,用于视觉问答和字幕生成等任务。 该框架包括一个分布式模型训练器,采用数据并行和梯度检查点技术进行跨多个 GPU 的内存优化。它还提供用于分片多模态数据集加载、并行模型评估的实用程序,以及用于托管大规模模型进行推理的基础设施。

    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.