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

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

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

1 个仓库

Awesome GitHub RepositoriesConvolutional Sequence Models

Sequence 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.

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

Awesome Convolutional Sequence Models GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence-to-Sequence Models
  4. Convolutional Sequence Models