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

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

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

facebookresearch/moco

0
View on GitHub↗
5,136 स्टार्स·805 फोर्क्स·9 व्यूज़

Moco

moco, सेल्फ-सुपरवाइज्ड विज़ुअल रिप्रेजेंटेशन लर्निंग के लिए डिज़ाइन किए गए मोमेंटम कंट्रास्ट का एक PyTorch कार्यान्वयन है। यह एक ही इमेज के विभिन्न दृश्यों के बीच समानता को अधिकतम करके अनलेबल डेटासेट से उच्च-स्तरीय इमेज फीचर्स निकालने के लिए एक शोध-आधारित फ्रेमवर्क के रूप में कार्य करता है।

यह सिस्टम ट्रेनिंग को स्थिर करने के लिए एक तेज़-सीखने वाले ऑनलाइन एनकोडर और धीरे-धीरे विकसित होने वाले मोमेंटम एनकोडर से युक्त एक असममित एनकोडर आर्किटेक्चर का उपयोग करता है। यह एक डिक्शनरी-आधारित दृष्टिकोण का उपयोग करता है जो मैन्युअल मानव लेबलिंग के बिना विशिष्ट विज़ुअल फीचर्स सीखने के लिए नकारात्मक नमूनों की एक डायनामिक कतार के खिलाफ क्वेरी इमेज की तुलना करता है।

यह फ्रेमवर्क एंड-टू-एंड कंट्रास्टिव लर्निंग वर्कफ़्लो को कवर करता है, जिसमें अनसुपरवाइज्ड विज़ुअल रिप्रेजेंटेशन लर्निंग और अनलेबल इमेज विश्लेषण शामिल है। यह उच्च-आयामी वेक्टर समानता गणना और मॉडल ट्रेनिंग के लिए GPU-त्वरित टेंसर ऑपरेशन्स का लाभ उठाता है।

Features

  • Contrastive Learning Models - Implements a contrastive learning framework to extract robust visual representations without manual labels.
  • Contrastive Learning Frameworks - Ships a PyTorch-based framework for momentum contrast to learn visual representations from unlabeled data.
  • Visual Representation Learning Frameworks - Provides a visual representation learning framework to extract high-level features without human labeling.
  • Exponential Moving Average Weight Updates - Updates encoder weights using an exponential moving average of the online network to ensure stable target representations.
  • Momentum Encoders - Implements a momentum encoder to maintain a slowly updating target network for stable contrastive learning.
  • Self-Supervised Vision Representation Trainers - Provides a trainer for learning visual representations from unlabeled image data using self-supervised techniques.
  • Cross-Batch Embedding Queues - Employs cross-batch embedding queues to store keys from previous iterations for negative sample comparison.
  • Deep Learning Research - Provides a research-oriented implementation of the momentum contrast (MoCo) academic paper.
  • Large-Scale Image Analysis - Analyzes large-scale image datasets to discover underlying visual structures without manual annotations.
  • PyTorch Model Development - Develops and optimizes deep learning architectures for image feature extraction using the PyTorch library.
  • Unsupervised Learning - Implements unsupervised learning algorithms to discover visual patterns in unlabeled image datasets.
  • Advanced Learning - Momentum contrast for unsupervised visual representation learning.

स्टार हिस्ट्री

facebookresearch/moco के लिए स्टार हिस्ट्री चार्टfacebookresearch/moco के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

facebookresearch/moco क्या करता है?

moco, सेल्फ-सुपरवाइज्ड विज़ुअल रिप्रेजेंटेशन लर्निंग के लिए डिज़ाइन किए गए मोमेंटम कंट्रास्ट का एक PyTorch कार्यान्वयन है। यह एक ही इमेज के विभिन्न दृश्यों के बीच समानता को अधिकतम करके अनलेबल डेटासेट से उच्च-स्तरीय इमेज फीचर्स निकालने के लिए एक शोध-आधारित फ्रेमवर्क के रूप में कार्य करता है।

facebookresearch/moco की मुख्य विशेषताएं क्या हैं?

facebookresearch/moco की मुख्य विशेषताएं हैं: Contrastive Learning Models, Contrastive Learning Frameworks, Visual Representation Learning Frameworks, Exponential Moving Average Weight Updates, Momentum Encoders, Self-Supervised Vision Representation Trainers, Cross-Batch Embedding Queues, Deep Learning Research।

facebookresearch/moco के कुछ ओपन-सोर्स विकल्प क्या हैं?

facebookresearch/moco के ओपन-सोर्स विकल्पों में शामिल हैं: google-research/simclr — This project is a self-supervised contrastive learning framework designed to train deep learning models to learn… lightly-ai/lightly — Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image… facebookresearch/dino — This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model… facebookresearch/dinov2 — DINOv2 is a self-supervised vision transformer foundation model designed to generate high-quality visual… facebookresearch/jepa — This is a PyTorch self-supervised learning framework designed to train models that learn visual representations from… lucidrains/dalle2-pytorch — This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural…

Moco के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Moco के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • google-research/simclrgoogle-research का अवतार

    google-research/simclr

    4,502GitHub पर देखें↗

    This project is a self-supervised contrastive learning framework designed to train deep learning models to learn visual representations from images without using human-provided labels. It provides a system for developing pretrained visual representation models that can be adapted for downstream computer vision tasks. The framework includes tools for semi-supervised image classification, which combines large unlabeled datasets with small labeled sets to improve accuracy. It also features a linear probe evaluation tool to assess the quality of learned image features by training a simple linear

    Jupyter Notebookcomputer-visioncontrastive-learningrepresentation-learning
    GitHub पर देखें↗4,502
  • lightly-ai/lightlylightly-ai का अवतार

    lightly-ai/lightly

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

    Lightly is a self-supervised learning framework and computer vision data curation tool designed to manage large image datasets and train models on unlabeled data. It functions as a PyTorch vision library and dataset management SDK, providing tools to convert raw images into high-dimensional vectors for similarity search, visualization, and feature extraction. The project implements a variety of self-supervised architectures, including MoCo, SimCLR, VICReg, Barlow Twins, and masked image modeling. It distinguishes itself by combining these learning frameworks with active learning capabilities,

    Pythoncomputer-visioncontrastive-learningcontributions-welcome
    GitHub पर देखें↗3,684
  • facebookresearch/dinofacebookresearch का अवतार

    facebookresearch/dino

    7,592GitHub पर देखें↗

    This project is a PyTorch vision transformer framework designed for self-supervised learning. It implements a model that trains visual representations using a momentum teacher and self-distillation without the need for labeled data. The library functions as an image feature extractor and visual attention visualizer, allowing for the generation of high-dimensional vectors and the rendering of self-attention maps as heatmaps or videos to analyze model focus. It provides comprehensive tools for downstream vision evaluation, including linear probe classification, k-nearest neighbor categorizatio

    Python
    GitHub पर देखें↗7,592
  • facebookresearch/dinov2facebookresearch का अवतार

    facebookresearch/dinov2

    12,987GitHub पर देखें↗

    DINOv2 is a self-supervised vision transformer foundation model designed to generate high-quality visual representations from raw image data. By leveraging large-scale unlabelled datasets, the framework learns to extract robust numerical embeddings that serve as inputs for various machine learning and analysis workflows. The model distinguishes itself through a teacher-student training framework that utilizes centered and sharpened soft probability distributions to align feature maps across multiple image crops. It incorporates a masking strategy that forces the model to reconstruct missing i

    Jupyter Notebook
    GitHub पर देखें↗12,987
  • Moco के सभी 30 विकल्प देखें→