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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesFeature Extractors

Using pre-trained models to extract high-level semantic representations from input data.

Distinct from Pre-training Transfer Learning: Specifically focuses on using a fixed model for feature extraction rather than the broader process of fine-tuning for transfer learning

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Feature Extractors. Refine with filters or upvote what's useful.

Awesome Feature Extractors GitHub Repositories

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

    NVIDIA/FastPhotoStyle

    11,179GitHub पर देखें↗

    FastPhotoStyle is an AI image stylization tool and deep learning style transfer framework. It functions as a feature-based image transformer that applies the artistic visual characteristics of a reference image to a target photograph using deep neural networks. The project implements real-time image stylization by utilizing a feed-forward network. This allows the system to execute transformations in a single pass rather than using iterative optimization. The framework covers AI photo editing and deep learning visual effects, specifically focusing on the transformation of image textures and c

    Uses a fixed pre-trained encoder to extract semantic feature maps necessary for the style transfer process.

    Python
    GitHub पर देखें↗11,179
  • tingsongyu/pytorch-tutorial-2ndTingsongYu का अवतार

    TingsongYu/PyTorch-Tutorial-2nd

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

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Uses specialized loss functions to organize embedding vectors for improved image similarity search.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    GitHub पर देखें↗4,555
  1. Home
  2. Artificial Intelligence & ML
  3. Pre-training Transfer Learning
  4. Feature Extractors

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

  • Embedding Space ConstrainersTraining methods that use specialized loss functions to organize embedding vectors in a vector space. **Distinct from Feature Extractors:** Focuses on the training of the extractor's loss function rather than just using a pre-trained model for extraction.