awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesPruning Ratio Optimization

Automatically determining the optimal percentage of parameters to remove to meet resource budgets.

Distinct from Model Pruning: Focuses on the search for optimal pruning ratios rather than the execution of the pruning.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Pruning Ratio Optimization. Refine with filters or upvote what's useful.

Awesome Pruning Ratio Optimization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vainf/torch-pruningVainF का अवतार

    VainF/Torch-Pruning

    3,319GitHub पर देखें↗

    Torch-Pruning is a deep learning model pruning tool and neural network optimization toolkit designed for PyTorch. The library analyzes neural network graphs to remove redundant parameters and channels, reducing model size and computational costs. The framework traces computational graphs dynamically using sample inputs to map relational dependencies and identify coupled layers that require simultaneous pruning. It evaluates and ranks layer parameters across the entire network using global importance ranking and applies structural constraints to optimize overall outcomes. Additional capabili

    Perform global importance ranking across network layers and apply structural constraints to optimize overall pruning results.

    Pythonefficient-deep-learningllmmodel-compression
    GitHub पर देखें↗3,319
  • eric-mitchell/direct-preference-optimizationeric-mitchell का अवतार

    eric-mitchell/direct-preference-optimization

    2,888GitHub पर देखें↗

    This project is a framework for aligning large language models with human preferences. It provides a library for optimizing model behavior by mapping preference data directly to a policy objective, bypassing the need for a separate reward model. The framework utilizes a closed-form mathematical objective to adjust model weights by maximizing the likelihood of preferred responses relative to dispreferred ones. It includes a toolkit for supervised fine-tuning, allowing users to establish a stable baseline on demonstration data before applying preference-based optimization techniques. The libra

    Adjusts model weights by maximizing the likelihood of preferred responses relative to dispreferred ones using a closed-form mathematical objective.

    Python
    GitHub पर देखें↗2,888
  • tencent/pocketflowTencent का अवतार

    Tencent/PocketFlow

    2,914GitHub पर देखें↗

    PocketFlow is an integrated toolkit for deep learning model compression, distributed training, and mobile format optimization. It provides a system for reducing the size and complexity of neural networks to improve inference efficiency, featuring a dedicated engine for knowledge distillation and a mobile model optimizer. The framework differentiates itself through an automated hyperparameter tuning system that uses reinforcement learning and statistical models to determine optimal compression ratios and layer-wise bit allocation. It also includes a distributed training system that utilizes mu

    Uses reinforcement learning to find optimal compression ratios that meet specific computation or FLOPs budgets.

    Pythonautomlcomputer-visiondeep-learning
    GitHub पर देखें↗2,914
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Compression Techniques
  5. Model Pruning
  6. Pruning Ratio Optimization

सब-टैग एक्सप्लोर करें

  • Global Layer Pruning OptimizersPerform global importance ranking across network layers and apply structural constraints to optimize overall pruning results. **Distinct from Pruning Ratio Optimization:** Distinct from Pruning Ratio Optimization: focuses specifically on global layer importance ranking and structural constraint application across the network.
  • Preference Alignment ObjectivesMathematical objectives used to align language model outputs with human preferences by optimizing the likelihood of preferred responses. **Distinct from Pruning Ratio Optimization:** Distinct from Pruning Ratio Optimization: focuses on policy alignment via preference data rather than parameter reduction for resource efficiency.