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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

47 个仓库

Awesome GitHub RepositoriesSequence Learning Models

Architectures and training methods for mapping input sequences to output sequences.

Distinguishing note: None of the provided candidates were relevant; this captures sequence-to-sequence modeling specifically within the AI/ML umbrella.

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

Awesome Sequence Learning Models GitHub Repositories

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

    facebookresearch/fairseq

    32,228在 GitHub 上查看↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Provides self-attention mechanisms with linear complexity to efficiently process long sequences.

    Python
    在 GitHub 上查看↗32,228
  • shiyu-coder/kronosshiyu-coder 的头像

    shiyu-coder/Kronos

    30,502在 GitHub 上查看↗

    Kronos is a financial time-series forecasting framework and quantitative trading strategy simulator. It functions as a research environment designed to analyze historical market data, train predictive models, and evaluate the performance of automated trading signals. The platform distinguishes itself through its deep learning sequence predictors and probabilistic market modeling tools. By utilizing sequence-based architectures and statistical sampling, the system generates multiple potential price trajectories and volatility estimates to quantify uncertainty. It also supports transfer learnin

    Provides a sequence modeling architecture designed to analyze historical price patterns and forecast future asset movements.

    Python
    在 GitHub 上查看↗30,502
  • 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

    Handles variable-length data sequences like language translations by maintaining context across multiple time steps.

    Pythonbookcomputer-visiondata-science
    在 GitHub 上查看↗29,001
  • karpathy/mingptkarpathy 的头像

    karpathy/minGPT

    23,639在 GitHub 上查看↗

    minGPT is a minimal implementation of the Transformer architecture designed for training and experimenting with language models. It functions as a neural network training framework and a text generation engine, providing the necessary tools to manage data loading, backpropagation, and parameter updates for custom deep learning models. The project is structured as an educational resource for understanding how transformer architectures function by building and training models from scratch. It utilizes a modular block architecture and transformer-based self-attention to process sequences, allowi

    Models sequences using stacked self-attention layers to predict subsequent elements.

    Python
    在 GitHub 上查看↗23,639
  • qwenlm/qwenQwenLM 的头像

    QwenLM/Qwen

    21,294在 GitHub 上查看↗

    Qwen is a comprehensive framework for large language model development, serving, and deployment. It provides a complete ecosystem for transformer-based sequence modeling, offering base models alongside specialized tools for instruction-tuned alignment, fine-tuning, and long-context inference. The project is designed to support both research and production environments, enabling users to train, optimize, and host generative models locally or across distributed hardware. The framework distinguishes itself through its focus on high-performance serving and extensibility. It features a high-perfor

    Processes input tokens through stacked attention layers to predict subsequent text based on learned statistical patterns.

    Pythonchineseflash-attentionlarge-language-models
    在 GitHub 上查看↗21,294
  • rasahq/rasaRasaHQ 的头像

    RasaHQ/rasa

    21,219在 GitHub 上查看↗

    Rasa is a chatbot development platform and conversational AI framework used to design, deploy, and integrate multi-turn conversational agents. It functions as an LLM orchestration engine and NLU dialogue manager, combining large language model fluency with structured business logic to control agent behavior. The framework enables the development of conversational assistants that automate text and voice interactions. It allows for the definition of conversational flows using flexible sequences and provides tools to inspect agent decisions to debug and validate the internal reasoning process.

    Employs sequence learning models to predict the next response in multi-turn interactions based on conversation paths.

    Python
    在 GitHub 上查看↗21,219
  • microsoft/onnxruntimemicrosoft 的头像

    microsoft/onnxruntime

    19,347在 GitHub 上查看↗

    This project is a cross-platform machine learning inference engine designed to execute pre-trained models across diverse operating systems and hardware environments. It functions as a standardized execution framework that manages the entire lifecycle of model inference, from loading and graph optimization to hardware-accelerated execution and generative sequence management. The runtime distinguishes itself through a highly modular architecture that decouples model logic from hardware-specific kernels. By utilizing an execution provider abstraction, it enables developers to offload computation

    Produces output sequences from a model based on provided generator parameters and the current model state.

    C++ai-frameworkdeep-learninghardware-acceleration
    在 GitHub 上查看↗19,347
  • 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

    Processes long sequences of data with linear computational efficiency to capture complex dependencies.

    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

    Provides tutorials on implementing sequence models to solve gradient problems using Long Short Term Memory.

    deep-learningmachine-learningnatural-language-processing
    在 GitHub 上查看↗15,854
  • qwenlm/qwen3-coderQwenLM 的头像

    QwenLM/Qwen3-Coder

    15,615在 GitHub 上查看↗

    Qwen3-Coder is a specialized large language model designed for software development, technical reasoning, and automated code synthesis. Built on transformer-based sequence modeling, it functions as a multilingual programming assistant capable of generating, completing, and debugging source code across more than one hundred programming languages. The model distinguishes itself through its capacity to process and maintain logical coherence across massive datasets, supporting context windows of up to one million tokens. This allows for repository-scale reasoning, enabling the model to analyze co

    Utilizes transformer-based sequence modeling to capture complex linguistic and structural dependencies.

    Python
    在 GitHub 上查看↗15,615
  • blinkdl/rwkv-lmBlinkDL 的头像

    BlinkDL/RWKV-LM

    14,568在 GitHub 上查看↗

    RWKV-LM is a framework for training and deploying recurrent language models. It utilizes a linear-time recurrent architecture that enables text generation and sequence processing with constant memory and time complexity, avoiding the quadratic scaling of traditional attention caches. The project implements a parallelizable training mechanism that allows recurrent models to be trained using global operations while maintaining cache-free inference. It includes state-tuning capabilities to optimize the initial hidden state and utilizes adaptive probability-mass sampling to control token diversit

    Implements a linear-time recurrent architecture that processes sequences with constant memory and time complexity.

    Python
    在 GitHub 上查看↗14,568
  • thuml/time-series-librarythuml 的头像

    thuml/Time-Series-Library

    12,494在 GitHub 上查看↗

    This PyTorch-based deep learning library provides a framework for analyzing and forecasting temporal data. It implements specialized architectures for time series forecasting, anomaly detection, data imputation, and classification. The project distinguishes itself through the inclusion of zero-shot inference capabilities, allowing large-scale temporal models to be evaluated on unseen datasets without requiring task-specific fine-tuning. The framework covers a broad range of analytical capabilities, including the recovery of missing values in incomplete datasets, the identification of irregul

    Provides standardized scripts and methods for measuring the accuracy of sequence learning models across datasets.

    Python
    在 GitHub 上查看↗12,494
  • allenai/allennlpallenai 的头像

    allenai/allennlp

    11,889在 GitHub 上查看↗

    AllenNLP is a PyTorch-based research library and deep learning language toolkit designed for developing and training neural network architectures for linguistic tasks. It provides a distributed training system that coordinates data and gradients across multiple GPUs and a framework for integrating pretrained transformer architectures. The system distinguishes itself with a dedicated algorithmic bias mitigation tool used to identify and reduce bias in linguistic model predictions. It also includes model influence analysis to interpret predictions by calculating the influence of specific traini

    Implements beam search algorithms with n-gram blocking to produce high-probability text sequences.

    Python
    在 GitHub 上查看↗11,889
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 的头像

    lyhue1991/eat_tensorflow2_in_30_days

    9,933在 GitHub 上查看↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Implements custom evaluation metrics by extending base metric classes to meet specific project requirements.

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    在 GitHub 上查看↗9,933
  • open-mmlab/mmsegmentationopen-mmlab 的头像

    open-mmlab/mmsegmentation

    9,860在 GitHub 上查看↗

    MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable framework for building, training, evaluating, and deploying segmentation models. At its core, it offers a config-driven pipeline that assembles training, evaluation, and inference workflows by parsing hierarchical configuration files, with a modular component registry that enables plug-and-play composition of neural network modules, optimizers, datasets, and metrics. The framework supports the full model lifecycle through a unified runner interface that controls training, testi

    Allows users to create new evaluation metrics by subclassing a base metric class and implementing custom computation logic.

    Pythondeeplabv3image-segmentationmedical-image-segmentation
    在 GitHub 上查看↗9,860
  • google/adk-samplesgoogle 的头像

    google/adk-samples

    8,476在 GitHub 上查看↗

    This project provides a collection of reference implementations, architectural patterns, and SDK samples for building autonomous agents using large language models. It serves as a multi-language framework for implementing and deploying specialized AI agents across diverse programming environments. The system centers on an orchestration framework that combines deterministic code with adaptive reasoning through structured graph workflows. It utilizes schema-driven integration to connect agents with third-party applications and diverse AI models. The development lifecycle is supported by toolki

    Provides methods for measuring agent reliability by comparing execution outputs against quality benchmarks.

    Pythonadkagent-samplesagents
    在 GitHub 上查看↗8,476
  • harvardnlp/annotated-transformerharvardnlp 的头像

    harvardnlp/annotated-transformer

    7,325在 GitHub 上查看↗

    The Annotated Transformer is an educational resource that provides annotated code implementations of the Transformer architecture for sequence-to-sequence tasks, built with PyTorch. It serves as a learning tool for understanding attention mechanisms, multi-head parallel attention, and scaled dot-product attention through executable examples that walk through each component of the model. The project covers the full Transformer pipeline, including stacked encoder-decoder layers with residual connections and layer normalization, sinusoidal positional encoding for order-aware representation, and

    Builds models that transform input sequences into output sequences using attention mechanisms.

    Jupyter Notebookannotatednotebookpython
    在 GitHub 上查看↗7,325
  • mit-han-lab/streaming-llmmit-han-lab 的头像

    mit-han-lab/streaming-llm

    7,232在 GitHub 上查看↗

    This project is a long context inference engine and optimizer designed to process infinite text streams using large language models without memory growth or performance degradation. It serves as a system for maintaining constant memory usage during the generation of text from arbitrarily long input sequences. The implementation utilizes a rolling key-value cache manager and attention sink mechanisms to stabilize the attention process during continuous stream processing. By retaining initial tokens and employing a sliding window of key-value pairs, the system enables constant-time inference an

    Processes arbitrarily long sequences with linear computational efficiency and constant memory usage per token.

    Python
    在 GitHub 上查看↗7,232
  • deepmipt/deeppavlovdeepmipt 的头像

    deepmipt/DeepPavlov

    6,986在 GitHub 上查看↗

    DeepPavlov is a deep learning conversational AI framework designed for building end-to-end dialog systems and chatbots. It functions as an NLP model training library and a pipeline system that connects multiple natural language processing models into a single operational chain. The framework provides a REST API model server to expose trained deep learning models as web endpoints. This allows conversational agents to be deployed as web services that handle incoming HTTP requests and return predictions. The system covers the full lifecycle of conversational AI development, including NLP pipeli

    Ships tools to measure the accuracy and quality of generated responses against gold-standard datasets.

    Python
    在 GitHub 上查看↗6,986
  • open-compass/opencompassopen-compass 的头像

    open-compass/opencompass

    6,678在 GitHub 上查看↗

    OpenCompass is an open-source framework for standardized benchmarking of large language models. It provides a configurable evaluation pipeline that supports both objective and subjective assessment, using a dual-engine architecture to handle closed-form answer comparison and open-ended response rating. The framework is designed as a modular platform where datasets, models, and metrics are composed through declarative YAML configuration files. The framework distinguishes itself through its extensible model integration layer, which supports custom models, HuggingFace models, and third-party API

    Allows configuring custom scoring functions and post-processing steps for each evaluation dataset.

    Pythonbenchmarkchatgptevaluation
    在 GitHub 上查看↗6,678
上一个123下一个
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Learning Models

探索子标签

  • Beam Search OptimizersAlgorithms that track multiple top candidates to find the most probable output sequence. **Distinct from Sequence Learning Models:** Focuses specifically on the beam search decoding algorithm rather than general sequence learning architectures.
  • Evaluation Metrics2 个子标签Methods and scripts for measuring the performance and accuracy of sequence learning models. **Distinct from Sequence Learning Models:** Focuses on the evaluation process and metrics rather than the model architectures themselves
  • Linear-Time Sequence ModelsModels designed to process long sequences with linear computational efficiency. **Distinct from Sequence Learning Models:** Distinct from sequence learning models: focuses on the linear-time complexity constraint for long-range dependencies.
  • Sequence Model Training5 个子标签Training procedures for fitting sequence models like HMMs and CRFs to sequential data. **Distinct from Sequence Learning Models:** Focuses specifically on the training/fitting process for sequence taggers, not just the model architecture.