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

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

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

16 个仓库

Awesome GitHub RepositoriesSequence-to-Sequence Models

Encoder-decoder neural network architectures designed to transform input sequences into target sequences.

Distinct from Seq2Seq Model Training: Focuses on the model architecture itself rather than the training process

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

Awesome Sequence-to-Sequence Models GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tingsongyu/pytorch-tutorial-2ndTingsongYu 的头像

    TingsongYu/PyTorch-Tutorial-2nd

    4,555在 GitHub 上查看↗

    这是一个关于使用 PyTorch 构建神经网络的综合教学资源和课程。它涵盖了深度学习的基本构建块,包括张量操作、自动微分以及模块化神经网络组件的构建。 该仓库是多个专业领域的参考指南。它提供了计算机视觉任务(如图像分类、目标检测和语义分割)的实现细节,以及涉及 Transformer、循环网络和生成模型的自然语言处理工作流。此外,它还包括生成式 AI 的参考资料,专门关注通过扩散模型和对抗网络进行图像合成。 材料延伸至模型优化和部署流水线。它涵盖了通过量化和将模型导出为 ONNX 和 TensorRT 等格式来减小模型大小并提高推理速度的技术。其他能力领域包括用于并行加载的数据工程、使用自定义指标的模型评估,以及开源大语言模型的部署。 该项目主要以一系列 Jupyter Notebook 的形式提供。

    Implements encoder-decoder architectures using recurrent networks to transform input sequences into target sequences.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    在 GitHub 上查看↗4,555
  • locuslab/tcnlocuslab 的头像

    locuslab/TCN

    4,525在 GitHub 上查看↗

    TCN 是一个深度学习序列框架和库,用于构建时间卷积网络。它提供了一个工具包,用于实现纯卷积架构来建模序列数据,作为循环神经网络 (RNN) 的替代方案。 该项目包括一个序列建模基准测试套件,旨在评估架构的准确性和处理速度。该套件利用标准化任务,包括记忆问题、数字分类、音乐和语言任务,来量化性能。 该框架涵盖了用于序列处理的一系列结构组件,例如防止信息泄露的因果卷积层和增加感受野的扩张卷积核。它还提供用于梯度稳定性的残差连接块,以及用于将原始时间序列数据转换为张量的数据管道。

    Replaces recurrent neural networks with a stack of convolutional layers to allow parallel processing of sequences.

    Python
    在 GitHub 上查看↗4,525
  • kyubyong/transformerKyubyong 的头像

    Kyubyong/transformer

    4,470在 GitHub 上查看↗

    This project is a TensorFlow implementation of a transformer model, providing a text-to-text deep learning framework designed to recognize and generate sequence patterns. It functions as an attention-based sequence model and a neural machine translation framework for converting text from one language to another. The system implements the transformer network architecture, utilizing multi-head attention and positional encoding to process sequential data. It provides the necessary tools for transformer model training and machine translation inference, allowing for the execution of trained models

    Utilizes encoder-decoder neural network architectures to transform input sequences into target sequences.

    Pythonattention-is-all-you-needattention-mechanismimplementation
    在 GitHub 上查看↗4,470
  • binroot/tensorflow-bookBinRoot 的头像

    BinRoot/TensorFlow-Book

    4,431在 GitHub 上查看↗

    这是一个 TensorFlow 机器学习示例集合,为各种神经网络范式提供了参考实现。它涵盖了监督学习、无监督学习、强化学习和序列学习模型。 该仓库包含了专注于图像分类和排序的卷积神经网络实现,以及用于时间序列预测和序列到序列翻译的循环神经网络。此外,它还提供了通过奖励优化训练的强化学习智能体,以及用于数据聚类的自编码器和自组织映射等无监督学习技术。 其他功能涵盖了监督回归和分类、语义嵌入生成,以及用于序列数据建模的隐马尔可夫模型。该项目还包括用于张量操作管理和通过仪表板进行模型性能可视化的实用工具。 内容以一系列 Jupyter Notebook 的形式提供。

    Implements sequence-to-sequence models that convert sequences between different domains using encoder-decoder networks.

    Jupyter Notebookautoencoderbookclassification
    在 GitHub 上查看↗4,431
  • dsgiitr/d2l-pytorchdsgiitr 的头像

    dsgiitr/d2l-pytorch

    4,353在 GitHub 上查看↗

    这是一个教育代码库和参考库,将理论深度学习概念转化为可执行的 PyTorch 代码。它作为深度学习教科书的实际实现,提供了一套课程式的引导练习和架构示例,用于学习目的。 该仓库包含一个标准神经网络架构库,包括线性、卷积、循环和 Transformer 模型。它专门实现了各种深度学习模式,如多层感知机(MLP)、VGG 网络、门控循环单元(GRU)和长短期记忆网络(LSTM)。 该代码库涵盖了广泛的功能领域,包括用于图像分类和目标检测的计算机视觉,以及用于序列建模和翻译的自然语言处理。它还实现了基础机器学习组件,如线性回归和 Softmax 回归、概率分类以及一套基于梯度的优化算法。 该项目主要以 Jupyter Notebooks 合集的形式提供。

    Implements encoder-decoder architectures for transforming input sequences into target sequences in NLP tasks.

    Jupyter Notebookbookcomputer-visiond2l
    在 GitHub 上查看↗4,353
  • morvanzhou/tensorflow-tutorialMorvanZhou 的头像

    MorvanZhou/Tensorflow-Tutorial

    4,334在 GitHub 上查看↗

    本项目是使用 TensorFlow 进行神经网络开发的教育资源和参考实现集合。它作为一个全面的学习课程、机器学习课程大纲和构建深度学习架构的实践指南。 该代码库提供了涵盖广泛模型类型的教学材料和示例,包括用于图像分类的卷积神经网络、用于序列数据的循环网络和长短期记忆单元,以及用于生成式建模的自动编码器。它还包括用于深度强化学习智能体和将预训练模型适配到新任务的迁移学习技术的实现。 该项目涵盖了完整的开发生命周期,包括数据预处理、计算图定义和权重优化。它提供了用于模型评估和训练优化的实用工具(如 Dropout 和正则化),以及用于可视化网络架构和监控训练指标的工具。

    Implements encoder-decoder neural network architectures to transform input sequences into target sequences for translation tasks.

    Pythonautoencoderclassificationcnn
    在 GitHub 上查看↗4,334
  • thilinarajapakse/simpletransformersThilinaRajapakse 的头像

    ThilinaRajapakse/simpletransformers

    4,248在 GitHub 上查看↗

    SimpleTransformers 是一个用于训练和微调 Transformer 模型以执行各种自然语言处理任务的高级框架。它作为一个开发文本分类、命名实体识别和问答模型的工具包,同时也可用作序列到序列工具和文本嵌入生成器。 该库通过提供能够处理和分类结合文本和图像输入数据的多模态模型训练器而脱颖而出。它进一步支持用于对话式 AI 训练、语言模型生成和用于信息检索系统的密集文档检索的专用工作流。 该框架涵盖了广泛的功能,包括具有提前停止功能的训练工作流管理、通过量化进行的模型性能优化,以及创建自定义领域特定分词器。它还通过外部遥测仪表板集成了实验跟踪和预测可视化。

    Provides a framework for training encoder-decoder neural networks to transform input sequences into target sequences.

    Pythonconversational-aiinformation-retrivalnamed-entity-recognition
    在 GitHub 上查看↗4,248
  • tensorspeech/tensorflowttsTensorSpeech 的头像

    TensorSpeech/TensorflowTTS

    3,993在 GitHub 上查看↗

    TensorFlowTTS 是一个神经语音合成框架,用于将文本转换为高保真音频波形。它提供了一个用于训练和微调序列到序列或生成对抗网络架构的工具包,以产生自然听感的语音。 该系统包括将中间声学表示转换为最终音频波形的神经声码器实现。它还具有播放速度控制功能,以调整合成语音输出的速率。 该框架涵盖了语音合成的端到端流水线,包括用于创建归一化梅尔频谱图的音频数据预处理,以及用于管理 GPU 加速模型训练的训练流水线。它利用自定义训练器框架在训练过程中处理损失函数和优化逻辑。

    Maps input text tokens to acoustic representations using encoder-decoder neural network architectures.

    Python
    在 GitHub 上查看↗3,993
  • d2l-ai/berkeley-stat-157d2l-ai 的头像

    d2l-ai/berkeley-stat-157

    3,977在 GitHub 上查看↗

    该项目是一个学术课程仓库和教育资源中心,用于学习概率论、统计学和机器学习。它作为一个深度学习课程网站和教学材料中心,提供了一系列结构化内容,旨在教授神经网络架构。 该仓库通过将全面的教育资源与机器学习项目存档相结合而脱颖而出。它提供了一套精选的研究示例和实现指南,涵盖了多种模型,包括多层感知机、卷积网络和循环序列模型。 该项目涵盖广泛的功能领域,包括用于目标检测和图像分类的计算机视觉研究、序列到序列建模的实现以及神经网络优化技术。它还提供用于学术课程管理的行政工具,例如项目里程碑跟踪和作业分发。 教学材料通过交互式笔记本、讲座幻灯片和视频录制相结合的方式提供。

    Implements and studies recurrent neural networks, LSTMs, and encoder-decoder architectures for sequential data.

    Jupyter Notebook
    在 GitHub 上查看↗3,977
  • arcinstitute/evo2ArcInstitute 的头像

    ArcInstitute/evo2

    3,951在 GitHub 上查看↗

    evo2 是一个基因组大语言模型和基础模型,旨在预测、生成和分析不同物种的遗传信息。它作为一个核苷酸序列建模器和 DNA 序列生成器,使用基于 Transformer 的序列建模来处理基因组数据。 该系统提供了合成 DNA 生成功能,可根据生物学提示或物种特定标签创建新的遗传序列。它还执行核苷酸可能性预测,以对基因组变异进行评分并分析 DNA 序列中的生物学特性。 该模型通过从中间层提取高维表示来支持基因组序列分析。这些嵌入使得能够对遗传数据进行专门的分类和下游分析。

    Uses transformer-based self-attention mechanisms to predict nucleotide likelihoods and capture long-range dependencies in genomic data.

    Jupyter Notebook
    在 GitHub 上查看↗3,951
  • trickygo/dive-into-dl-tensorflow2.0TrickyGo 的头像

    TrickyGo/Dive-into-DL-TensorFlow2.0

    3,826在 GitHub 上查看↗

    This project is a structured TensorFlow deep learning curriculum and an interactive machine learning course delivered through Jupyter Notebooks. It serves as a technical guide and model zoo providing reference implementations for neural networks and machine learning algorithms. The curriculum focuses on practical implementations of computer vision, including object detection, semantic segmentation, and style transfer. It also provides tutorials for natural language processing, specifically covering word embeddings and encoder-decoder architectures for sequence modeling. The material covers t

    Implements encoder-decoder neural network architectures to transform input sequences into target sequences.

    Jupyter Notebookbookchinese-simplifiedcv
    在 GitHub 上查看↗3,826
  • pannous/tensorflow-speech-recognitionpannous 的头像

    pannous/tensorflow-speech-recognition

    2,172在 GitHub 上查看↗

    该库提供了一个深度学习框架,用于训练神经网络以执行语音识别和音频分类。它利用序列到序列(sequence-to-sequence)架构将变长音频输入映射为文本或数值输出,从而支持自定义语音转录模型的开发。 该项目通过集成的音频处理能力脱颖而出,这些能力将原始波形转换为频谱图和高维数值向量。这些工具允许提取独特的语音特征以识别说话人,以及对特定音频源和口述数字进行分类。 为支持模型开发,该库包含用于音频增强和信号重建的实用程序。通过以编程方式修改音频样本以模拟多样化的声学环境,并验证学习特征的完整性,该系统提高了其底层神经网络的鲁棒性。

    Implements encoder-decoder architectures to map variable-length audio sequences into text or numerical outputs.

    Pythondeep-learningneural-networkspeech-recognition
    在 GitHub 上查看↗2,172
  • mesolitica/nlp-models-tensorflowmesolitica 的头像

    mesolitica/NLP-Models-Tensorflow

    1,778在 GitHub 上查看↗

    This repository provides a collection of deep learning models and neural network architectures built for natural language processing tasks. It functions as a library of pre-trained models designed to process, analyze, and generate human language data using the TensorFlow framework. The project utilizes sequence-to-sequence modeling and layered neural architectures to handle variable-length language data. By employing static dataflow graphing and tensor-based representations, the models execute mathematical operations to transform input features into abstract linguistic meanings. Users can loa

    Maps input sequences to output sequences using encoder-decoder architectures to handle variable-length language data.

    Jupyter Notebookattentionchatbotdeep-learning
    在 GitHub 上查看↗1,778
  • huggingface/transfer-learning-conv-aihuggingface 的头像

    huggingface/transfer-learning-conv-ai

    1,757在 GitHub 上查看↗

    This framework is a research-oriented toolkit designed for training, fine-tuning, and evaluating conversational agents using transformer-based language architectures. It provides an integrated environment for adapting large pre-trained models to specific dialogue datasets, enabling the development of systems capable of generating coherent, human-like responses. The project distinguishes itself through its support for multi-GPU distributed training, which accelerates the optimization of large-scale models. It also features configurable probabilistic decoding strategies, such as nucleus and gre

    Utilizes transformer-based architectures to process and generate coherent dialogue sequences.

    Pythonchatbotsdeep-learningdialog
    在 GitHub 上查看↗1,757
  • nlptown/nlp-notebooksnlptown 的头像

    nlptown/nlp-notebooks

    1,015在 GitHub 上查看↗

    This repository is a collection of educational Jupyter notebooks designed to demonstrate practical machine learning and natural language processing techniques. It serves as a tutorial library for implementing statistical models and neural architectures to solve common linguistic analysis tasks through interactive, modular code execution. The project provides guided workflows for a wide range of applied tasks, including sentiment evaluation, named entity extraction, and document classification. It distinguishes itself by offering concrete implementations for complex operations such as probabil

    Utilizes transformer-based sequence-to-sequence models to capture complex contextual relationships in text.

    Jupyter Notebookartificial-intelligencedeep-learningnatural-language-processing
    在 GitHub 上查看↗1,015
  • soniqo/speech-swiftsoniqo 的头像

    soniqo/speech-swift

    896在 GitHub 上查看↗

    该项目是一个全面的工具包,用于设备端语音识别、合成和音频处理,专为 Apple Silicon 工程设计。它提供了一个框架,用于构建完全离线运行的实时、全双工语音代理,利用原生硬件加速来保持性能和隐私。通过利用优化的机器学习模型,该库实现了复杂音频任务的本地执行,而无需依赖外部云服务。 该库通过其对本地、高性能语音交互的专门关注脱颖而出。它包括用于流式音频流水线的复杂编排,允许以低延迟进行实时转录、语音合成和语音克隆。该系统旨在处理持续的、交互式的对话,具有内置机制来防止音频反馈循环并管理持久的流会话。 除了核心交互外,该项目还提供了一套广泛的音频增强和管理功能。它支持高级信号处理,包括源分离、降噪和音频上采样,以及用于说话人日志记录和嵌入提取的工具。该框架还提供广泛的模型管理工具,例如量化控制、内存管理和对自定义模型权重加载的支持,确保开发者能够在本地硬件上平衡处理速度和资源消耗。 该项目包含一个用于执行音频任务和将模型权重转换为优化格式的命令行接口。它还暴露了 HTTP 和 WebSocket 端点,以促进与标准行业接口的集成。

    Uses encoder-decoder neural network architectures to transform input sequences into target sequences.

    Swiftapple-siliconasrcoreml
    在 GitHub 上查看↗896
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence-to-Sequence Models

探索子标签

  • Convolutional Sequence ModelsSequence models that utilize stacks of convolutional layers instead of recurrent units for parallel processing. **Distinct from Sequence-to-Sequence Models:** Distinct from general Sequence-to-Sequence Models: specifically focuses on the convolutional architecture rather than encoder-decoder patterns.
  • Genomic Sequence ModelingTransformer-based modeling specifically for predicting nucleotide likelihoods and genetic patterns. **Distinct from Sequence-to-Sequence Models:** Applies Sequence-to-Sequence architecture specifically to the prediction and analysis of genomic data.
  • Training WorkflowsProcesses for training encoder-decoder architectures to map input sequences to target sequences. **Distinct from Sequence-to-Sequence Models:** Distinct from Sequence-to-Sequence Models: focuses on the training process and execution logic rather than the neural network architecture.