awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • state-spaces/mambaAvatar de state-spaces

    state-spaces/mamba

    17,215Ver en 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
    Ver en GitHub↗17,215
  • shangtongzhang/reinforcement-learning-an-introductionAvatar de ShangtongZhang

    ShangtongZhang/reinforcement-learning-an-introduction

    14,569Ver en 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
    Ver en GitHub↗14,569
  • fla-org/flash-linear-attentionAvatar de fla-org

    fla-org/flash-linear-attention

    5,248Ver en 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
    Ver en GitHub↗5,248
  • rlabbe/filterpyAvatar de rlabbe

    rlabbe/filterpy

    3,772Ver en 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
    Ver en GitHub↗3,772
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Sequence Models
  6. Selective State Space Models

Explorar subetiquetas

  • Discrete State-Space Models1 sub-etiquetaFrameworks 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.