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

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

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

4 个仓库

Awesome GitHub RepositoriesRefinement Modules

Modules that iteratively improve outputs based on feedback and reward functions.

Distinguishing note: Focuses on iterative refinement, distinct from one-shot generation.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Refinement Modules. Refine with filters or upvote what's useful.

Awesome Refinement Modules GitHub Repositories

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

    stanfordnlp/dspy

    35,325在 GitHub 上查看↗

    DSPy is a declarative programming framework designed for building complex language model applications. It treats model interactions as modular, composable programs, allowing developers to define task logic through typed class schemas rather than relying on manually written prompts. By organizing workflows into hierarchical, reusable Python objects, the framework enables the construction of sophisticated AI systems that manage state and execution flow independently. The framework distinguishes itself through an automated optimization engine that iteratively refines prompt instructions and few-

    Iteratively refines module outputs by running them multiple times against reward functions.

    Python
    在 GitHub 上查看↗35,325
  • google-deepmind/alphafoldgoogle-deepmind 的头像

    google-deepmind/alphafold

    14,681在 GitHub 上查看↗

    AlphaFold is a deep learning biology tool and structural bioinformatic pipeline designed to predict the three-dimensional shapes of proteins from their amino acid sequences. It functions as a machine learning system capable of generating 3D molecular models for both monomeric proteins and multimeric protein complexes, including homomers and heteromers. The system incorporates evolutionary information through multiple sequence alignment to identify physical proximity between residues. It utilizes a neural network architecture featuring spatial attention mechanisms and iterative refinement to d

    Provides a module that recursively refines 3D atomic coordinates through iterative neural network passes.

    Python
    在 GitHub 上查看↗14,681
  • ai-dawang/plugnplay-modulesai-dawang 的头像

    ai-dawang/PlugNPlay-Modules

    4,968在 GitHub 上查看↗

    PlugNPlay-Modules is a collection of reusable PyTorch computer vision modules and deep learning architectural components. It provides a library of standardized building blocks for constructing neural networks, focusing on attention mechanisms, signal processing layers, and feature fusion modules. The project is distinguished by its extensive variety of attention primitives, covering spatial, channel, and temporal weighting, as well as specialized variants like deformable, frequency-enhanced, and linear-complexity attention. It also implements advanced signal processing tools within the neural

    Ships sequences of self-modulation and partial convolution blocks using residual connections to refine input features.

    Python
    在 GitHub 上查看↗4,968
  • 1adrianb/2d-and-3d-face-alignment1adrianb 的头像

    1adrianb/2D-and-3D-face-alignment

    974在 GitHub 上查看↗

    This project is a computer vision library designed for facial landmark detection and alignment. It provides a framework for identifying and mapping specific points on a human face in both two-dimensional and three-dimensional space, enabling the normalization of facial geometry and orientation across diverse images. The system utilizes a deep learning approach to extract precise facial coordinates, supporting tasks such as expression analysis and geometric modeling. By employing a stacked hourglass architecture, the model performs multi-stage feature refinement to capture spatial relationship

    Employs iterative refinement modules to improve landmark localization accuracy based on facial geometry.

    Lua3d-face-alignmentcomputer-visiondeeplearning
    在 GitHub 上查看↗974
  1. Home
  2. Artificial Intelligence & ML
  3. Refinement Modules

探索子标签

  • Self-Modulating Refinement BlocksBlocks that use a combination of self-modulation and partial convolutions to iteratively refine features. **Distinct from Refinement Modules:** Combines self-modulation with specific architectural blocks like partial convolutions and residual connections.