awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • stanfordnlp/dspyالصورة الرمزية لـ stanfordnlp

    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/alphafoldالصورة الرمزية لـ google-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-modulesالصورة الرمزية لـ ai-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-alignmentالصورة الرمزية لـ 1adrianb

    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.