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

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

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

32 रिपॉजिटरी

Awesome GitHub RepositoriesTransfer Learning

Techniques for adapting pre-trained models to new tasks or datasets.

Distinguishing note: Focuses on modifying model heads while retaining pre-trained weights.

Explore 32 awesome GitHub repositories matching artificial intelligence & ml · Transfer Learning. Refine with filters or upvote what's useful.

Awesome Transfer Learning GitHub Repositories

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

    exacity/deeplearningbook-chinese

    37,285GitHub पर देखें↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Covers transfer learning techniques for applying knowledge across different but related tasks.

    TeX
    GitHub पर देखें↗37,285
  • open-mmlab/mmdetectionopen-mmlab का अवतार

    open-mmlab/mmdetection

    32,756GitHub पर देखें↗

    This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

    Enables adjusting class numbers for new datasets by modifying the model head while reusing pre-trained weights.

    Pythoncascade-rcnnconvnextdetr
    GitHub पर देखें↗32,756
  • fastai/fastaifastai का अवतार

    fastai/fastai

    27,862GitHub पर देखें↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Adapts pre-trained models to new datasets using discriminative learning rates and layer-wise freezing strategies.

    Jupyter Notebookcolabdeep-learningfastai
    GitHub पर देखें↗27,862
  • mrdbourke/pytorch-deep-learningmrdbourke का अवतार

    mrdbourke/pytorch-deep-learning

    17,195GitHub पर देखें↗

    This project is a structured educational resource and training platform designed for mastering deep learning development. It provides a comprehensive curriculum focused on building, evaluating, and refining predictive models through hands-on coding exercises and standard industry workflows. The curriculum emphasizes practical implementation, guiding users through the construction of neural network architectures and the application of transfer learning to adapt pretrained models for custom tasks. It includes methodologies for tracking and comparing model experiment results, allowing for the sy

    Provides practical implementations for adapting pretrained models to custom tasks.

    Jupyter Notebookdeep-learningmachine-learningpytorch
    GitHub पर देखें↗17,195
  • geektutu/7days-golanggeektutu का अवतार

    geektutu/7days-golang

    16,812GitHub पर देखें↗

    This project is an educational framework designed to teach the fundamentals of building core distributed systems and web services from scratch in Go. It provides a collection of modular implementations that demonstrate how to construct essential infrastructure components, including web servers, remote procedure call systems, distributed caches, and database abstraction layers. The framework distinguishes itself by focusing on the internal mechanics of these systems rather than providing a high-level abstraction for production use. It covers the implementation of complex architectural patterns

    Provides techniques for adapting pre-trained models to new tasks or datasets.

    Gogolanglearningscratch
    GitHub पर देखें↗16,812
  • tensorflow/tfjs-modelstensorflow का अवतार

    tensorflow/tfjs-models

    14,791GitHub पर देखें↗

    This project is a collection of pre-trained machine learning models and conversion pipelines designed for running inference directly in the browser using TensorFlow.js. It provides a library of ready-to-use models for computer vision, audio classification, and natural language processing tasks. The suite includes specialized tools for transforming Python-based Keras models into JSON formats compatible with web environments. It enables the deployment of these models by fetching architectures and weight shards via HTTP for client-side execution. The project covers a broad range of capabilities

    Adapts pre-trained models to new categories by adding custom layers and training on smaller datasets.

    TypeScript
    GitHub पर देखें↗14,791
  • jindongwang/transferlearningjindongwang का अवतार

    jindongwang/transferlearning

    14,279GitHub पर देखें↗

    This project is a community-driven academic resource index and knowledge base dedicated to the study of transfer learning and domain adaptation. It functions as a curated repository of scholarly materials, including academic papers, tutorials, datasets, and benchmarks, designed to support research into how machine learning models apply knowledge from one task to another. The repository organizes these resources into a hierarchical taxonomy to facilitate the discovery of specialized methodologies. By leveraging distributed version control, the project maintains an evolving archive of research

    Explores foundational concepts, benchmarks, and papers to understand how models apply knowledge across tasks.

    Pythondeep-learningdomain-adaptationdomain-adaption
    GitHub पर देखें↗14,279
  • tangyudi/ai-learntangyudi का अवतार

    tangyudi/Ai-Learn

    13,065GitHub पर देखें↗

    Ai-Learn is an educational repository and technical reference designed to facilitate the mastery of artificial intelligence and data science workflows. It provides a structured curriculum that combines theoretical mathematical foundations with practical coding exercises, enabling users to build predictive models, neural networks, and analytical pipelines using Python. The project distinguishes itself by emphasizing a first-principles approach to machine learning. Rather than relying solely on high-level abstractions, it guides users through the reconstruction of core algorithms from scratch,

    Provides techniques for adapting pretrained neural network architectures to specialized tasks.

    algorithmartificial-intelligencecaffe
    GitHub पर देखें↗13,065
  • google-research/vision_transformergoogle-research का अवतार

    google-research/vision_transformer

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

    This project is a research library and toolkit for deep learning computer vision, focused on implementing transformer and mixer-based architectures for image classification. It processes visual data by converting images into sequences of patches, allowing standard attention mechanisms to capture global dependencies without relying on traditional convolutional operations. The framework distinguishes itself through its support for multimodal embedding analysis, which maps images and text into a shared latent vector space. This capability enables zero-shot classification and cross-modal retrieva

    Provides tools and utilities for fine-tuning pre-trained visual recognition models on custom datasets.

    Jupyter Notebook
    GitHub पर देखें↗12,584
  • cs231n/cs231n.github.iocs231n का अवतार

    cs231n/cs231n.github.io

    10,923GitHub पर देखें↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Explains how to apply transfer learning by adapting pretrained networks through fine-tuning or feature extraction.

    Jupyter Notebook
    GitHub पर देखें↗10,923
  • autogluon/autogluonautogluon का अवतार

    autogluon/autogluon

    9,997GitHub पर देखें↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Exports trained model weights to serve as a foundation for new, related tasks or problem types.

    Pythonautogluonautomated-machine-learningautoml
    GitHub पर देखें↗9,997
  • hvass-labs/tensorflow-tutorialsHvass-Labs का अवतार

    Hvass-Labs/TensorFlow-Tutorials

    9,266GitHub पर देखें↗

    TensorFlow-Tutorials is a collection of educational resources and guided tutorials for implementing machine learning models using the TensorFlow framework. It provides instructional material and videos for building deep learning architectures across diverse domains, including computer vision, natural language processing, and time-series prediction. The project offers practical guides for developing specific applications such as image captioning, style transfer, and machine translation. It emphasizes a structured approach to learning, ranging from simple linear models to complex reinforcement

    Teaches techniques for adapting pre-trained models to new tasks or datasets to improve efficiency.

    Jupyter Notebook
    GitHub पर देखें↗9,266
  • unit8co/dartsunit8co का अवतार

    unit8co/darts

    9,215GitHub पर देखें↗

    Darts is a Python time series library designed for forecasting, anomaly detection, and the preprocessing of univariate and multivariate temporal data. It serves as a comprehensive framework for training and evaluating a wide range of statistical, machine learning, and deep learning models to predict future numerical values. The toolkit is distinguished by its support for global time series modeling, allowing a single model to be trained across multiple different series to leverage shared patterns. It also features a hierarchical time series manager to ensure consistency between aggregate and

    Trains models on large datasets and applies the learned weights to forecast new, unseen time series.

    Pythonanomaly-detectiondata-sciencedeep-learning
    GitHub पर देखें↗9,215
  • cadene/pretrained-models.pytorchCadene का अवतार

    Cadene/pretrained-models.pytorch

    9,102GitHub पर देखें↗

    This project is a pretrained model library for PyTorch, providing a collection of convolutional neural network architectures and weights. It serves as a computer vision model zoo for image classification and feature extraction, offering a framework for transfer learning where pretrained networks are adapted for custom image recognition tasks. The library focuses on transforming images into high-level numerical representations and calculating class probability scores. It includes utilities for downloading and initializing standard architectures such as ResNet, Inception, and Xception. Capabil

    Facilitates adapting pretrained weights to custom image recognition tasks with limited labeled data.

    Pythonimagenetinceptionpretrained
    GitHub पर देखें↗9,102
  • dusty-nv/jetson-inferencedusty-nv का अवतार

    dusty-nv/jetson-inference

    8,734GitHub पर देखें↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Adapts pre-trained models to specific platforms to optimize inference throughput.

    C++caffecomputer-visiondeep-learning
    GitHub पर देखें↗8,734
  • tensorflow/tfjs-coretensorflow का अवतार

    tensorflow/tfjs-core

    8,437GitHub पर देखें↗

    TensorFlow.js is a JavaScript machine learning library and browser-based runtime used to build, train, and execute models. It functions as a WebGL accelerated tensor engine, providing a foundation for high-performance linear algebra operations and an automatic differentiation framework for computing gradients. The project distinguishes itself through its ability to run machine learning directly in web environments, supporting both client-side inference and browser-based training. It enables the deployment of Python-based models by converting Keras or TensorFlow models into compatible formats

    Implements techniques for adapting pre-trained models to new tasks by training them on new datasets.

    TypeScriptdeep-learningdeep-neural-networksgpu-acceleration
    GitHub पर देखें↗8,437
  • lukemelas/efficientnet-pytorchlukemelas का अवतार

    lukemelas/EfficientNet-PyTorch

    8,223GitHub पर देखें↗

    This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization. The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference. The system covers broader computer vis

    Adapts pre-trained models for custom datasets by modifying the output layers.

    Python
    GitHub पर देखें↗8,223
  • fchollet/deep-learning-modelsfchollet का अवतार

    fchollet/deep-learning-models

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

    This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

    Provides workflows for adapting pre-existing networks to new datasets using ImageNet weights.

    Python
    GitHub पर देखें↗7,349
  • kaiminghe/deep-residual-networksKaimingHe का अवतार

    KaimingHe/deep-residual-networks

    6,738GitHub पर देखें↗

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

    Facilitates transfer learning by adapting pre-trained ImageNet weights to custom datasets for improved accuracy.

    GitHub पर देखें↗6,738
  • nvidia/isaac-gr00tNVIDIA का अवतार

    NVIDIA/Isaac-GR00T

    6,222GitHub पर देखें↗

    Adapts any model to real or synthetic data and optimizes it for inference throughput without requiring AI expertise.

    Jupyter Notebook
    GitHub पर देखें↗6,222
पिछला12अगला
  1. Home
  2. Artificial Intelligence & ML
  3. Transfer Learning

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

  • Feature Extraction PipelinesUses a pre-trained model as a fixed feature extractor to train a new classifier on a smaller dataset. **Distinct from Transfer Learning:** Distinct from Transfer Learning: focuses on the specific technique of freezing the backbone and training only a new classifier head.
  • Multi-FidelityTransfer of learned weights across datasets of varying numerical accuracy and scale. **Distinct from Transfer Learning:** Specifically targets the integration of low and high fidelity physical data rather than general task adaptation
  • Streamlined Deployment WorkflowsSimplifies training and optimizes models for inference throughput using pre-trained weights and a streamlined workflow. **Distinct from Transfer Learning:** Distinct from Transfer Learning: focuses on the deployment and optimization workflow for inference, not the adaptation methodology itself.