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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
huawei-noah avatar

huawei-noah/ghostnet

0
View on GitHub↗
4,416 نجوم·736 تفرعات·Python·6 مشاهدات

Ghostnet

يوفر GhostNet مجموعة من معماريات نماذج الذكاء الاصطناعي الفعالة وأنماط تصميم الشبكات العصبية المصممة لتقليل العبء الحسابي واستهلاك الذاكرة. يعمل المشروع كعمود فقري (backbone) لرؤية الحاسوب وكمحول رؤية (vision transformer) خفيف الوزن، مما يحسن التوازن بين دقة التنبؤ وسرعة الاستنتاج.

يركز المشروع على تقليل استهلاك الموارد للنشر على الأجهزة المحمولة وأجهزة الحافة (edge hardware). ويحقق ذلك من خلال استخدام تطبيقات محولات الرؤية خفيفة الوزن والمعماريات التي تقلل من إجمالي عدد المعلمات (parameters).

تغطي قاعدة الكود مجموعة من القدرات لتحسين الاستنتاج، بما في ذلك تقليل التكاليف الحسابية واستخدام الذاكرة. كما ينفذ أنماط تصميم هيكلية مثل كتل الالتفاف القابلة للفصل بعمق (depthwise-separable convolutional blocks)، والتفافات العمق ذات الاختناق الخطي (linear-bottleneck depthwise convolutions)، وكتل المحولات ذات الأوزان المترابطة (tied-weight transformer blocks) لتقليل زمن انتقال الاستنتاج.

Features

  • Vision Backbones and Classification - Provides high-efficiency computer vision backbones for image recognition and feature extraction.
  • Depthwise Separable Convolutions - Provides depthwise-separable convolutional blocks that split standard convolutions into spatial depthwise and pointwise channel mixing filters.
  • Cheap-Operation-Based Convolutions - Implements convolutional layers that use linear transformations to generate redundant feature maps and reduce floating point operations.
  • Inference Cost Optimizations - Employs pre-defined neural network architectures that minimize computational costs on resource-limited hardware.
  • Linear Bottlenecks - Implements linear-bottleneck depthwise convolutions to generate more feature maps with fewer parameters.
  • Edge AI Model Deployment - Provides lightweight neural network architectures optimized for efficient deployment on local hardware and edge devices.
  • Resource-Constrained Optimizations - Structures neural network backbones to minimize memory access and compute cycles for low-power edge hardware deployment.
  • Inference Latency Reduction - Provides optimized model structures that reduce memory usage and computation time to lower inference latency.
  • Inference Speed Optimizers - Optimizes the execution speed and memory usage of neural network inference for faster live predictions.
  • Vision Transformer Implementations - Implements Vision Transformer architectures optimized for reduced parameter counts and high inference efficiency.
  • Efficient Neural Architectures - Offers a set of lightweight neural network backbones designed to reduce computational and memory overhead.
  • Efficient Vision Transformers - Implements efficient vision transformers with optimized attention mechanisms to reduce resource requirements.
  • Mobile AI Architectures - Develops AI backbones optimized for the strict energy and memory limits of mobile device hardware.
  • MLP-Mixer Architectures - Utilizes MLP-Mixer architectures to process visual data using multi-layer perceptrons for high-performance feature extraction.
  • Neural Network Design Frameworks - Provides a collection of optimized layers and structural design patterns to minimize parameter counts in neural networks.
  • Weight Tying Strategies - Implements tied-weight transformer blocks that share parameters across layers to decrease total model size and memory footprint.
  • Neural Network Architectures - Lightweight architecture using cheap operations for feature generation.

سجل النجوم

مخطط تاريخ النجوم لـ huawei-noah/ghostnetمخطط تاريخ النجوم لـ huawei-noah/ghostnet

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة huawei-noah/ghostnet؟

يوفر GhostNet مجموعة من معماريات نماذج الذكاء الاصطناعي الفعالة وأنماط تصميم الشبكات العصبية المصممة لتقليل العبء الحسابي واستهلاك الذاكرة. يعمل المشروع كعمود فقري (backbone) لرؤية الحاسوب وكمحول رؤية (vision transformer) خفيف الوزن، مما يحسن التوازن بين دقة التنبؤ وسرعة الاستنتاج.

ما هي الميزات الرئيسية لـ huawei-noah/ghostnet؟

الميزات الرئيسية لـ huawei-noah/ghostnet هي: Vision Backbones and Classification, Depthwise Separable Convolutions, Cheap-Operation-Based Convolutions, Inference Cost Optimizations, Linear Bottlenecks, Edge AI Model Deployment, Resource-Constrained Optimizations, Inference Latency Reduction.

ما هي البدائل مفتوحة المصدر لـ huawei-noah/ghostnet؟

تشمل البدائل مفتوحة المصدر لـ huawei-noah/ghostnet: huawei-noah/efficient-ai-backbones — Efficient-AI-Backbones is a lightweight neural network library and computer vision model zoo. It provides a collection… infrasys-ai/aisystem — AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip… thu-mig/yolov10 — YOLOv10 is a PyTorch computer vision library and real-time vision framework designed for locating and identifying… rangilyu/nanodet — NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run… huawei-noah/cv-backbones — CV-Backbones is a computer vision backbone library and model zoo providing a collection of pre-defined neural network… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU…

بدائل مفتوحة المصدر لـ Ghostnet

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Ghostnet.
  • huawei-noah/efficient-ai-backbonesالصورة الرمزية لـ huawei-noah

    huawei-noah/Efficient-AI-Backbones

    4,417عرض على GitHub↗

    Efficient-AI-Backbones is a lightweight neural network library and computer vision model zoo. It provides a collection of optimized deep learning backbones designed to minimize computational overhead and memory usage for artificial intelligence tasks. The project implements specialized architectures such as GhostNet and MLP to reduce processing requirements. It features a modular backbone design and the distribution of pretrained weights to accelerate the development and deployment of vision models. The library covers efficient neural network design and edge device AI optimization. Its capab

    Pythonconvolutional-neural-networksefficient-inferenceghostnet
    عرض على GitHub↗4,417
  • infrasys-ai/aisystemالصورة الرمزية لـ Infrasys-AI

    Infrasys-AI/AISystem

    17,017عرض على GitHub↗

    AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip architecture to high-level training frameworks. It encompasses the development of AI compiler frameworks, inference engines, and distributed training orchestrators designed to coordinate workloads across a heterogeneous compute stack of CPUs, GPUs, and NPUs. The project focuses on the deep integration of software and hardware, employing software-hardware co-design to align tensor layouts with physical memory structures. It provides specialized capabilities for accelerating Transformer mo

    Jupyter Notebookaiaiinfraaisys
    عرض على GitHub↗17,017
  • rangilyu/nanodetالصورة الرمزية لـ RangiLyu

    RangiLyu/nanodet

    6,222عرض على GitHub↗

    NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥

    Pythonanchor-freeandroiddeep-learning
    عرض على GitHub↗6,222
  • thu-mig/yolov10الصورة الرمزية لـ THU-MIG

    THU-MIG/yolov10

    11,316عرض على GitHub↗

    YOLOv10 is a PyTorch computer vision library and real-time vision framework designed for locating and identifying multiple objects in images and video streams. It functions as an end-to-end object detector that optimizes for high-speed deployment and detection precision. The project is distinguished by an NMS-free detection architecture that predicts a single bounding box per object, eliminating the need for non-maximum suppression post-processing to reduce inference latency. It further optimizes for edge hardware through scalable weights and a quantization-friendly structure that facilitates

    Python
    عرض على GitHub↗11,316
عرض جميع البدائل الـ 30 لـ Ghostnet→