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

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

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

4 个仓库

Awesome GitHub RepositoriesSelective State Space Models

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.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Selective State Space Models. Refine with filters or upvote what's useful.

Awesome Selective State Space Models GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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
  • 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
  • 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
  • rlabbe/filterpyrlabbe 的头像

    rlabbe/filterpy

    3,772在 GitHub 上查看↗

    filterpy is a toolkit for Bayesian state estimation, Gaussian statistical analysis, and time-series noise reduction. It provides a library of linear and non-linear Kalman filters, as well as routines for non-Gaussian state estimation and signal smoothing. The project implements a variety of estimation methods, including particle filtering using Markov Chain Monte Carlo and resampling, and discrete Bayes filtering. It also includes a suite of algorithms for refining historical state estimates through backward and fixed-lag smoothing. Additional capabilities cover multivariate Gaussian analysi

    Calculates probability distributions over a discrete set of states to identify the most likely current state.

    Python
    在 GitHub 上查看↗3,772
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Sequence Models
  6. Selective State Space Models

探索子标签

  • Discrete State-Space Models1 个子标签Frameworks for representing environments as finite sets of states and transitions for exact value function calculation. **Distinct from Selective State Space Models:** Focuses on discrete state-space modeling for reinforcement learning, distinct from selective state-space models used in sequence modeling.
  • Hybrid State Space ToolkitsToolkits for constructing hybrid sequence models that combine standard attention with linear and state space layers. **Distinct from Selective State Space Models:** Distinct from Selective State Space Models: focuses on toolkits for building hybrid architectures that combine state space layers with attention, not just pure state space models.