32 रिपॉजिटरी
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
यह प्रोजेक्ट उच्च-सटीकता वाली इमेज रिकग्निशन के लिए डिज़ाइन किया गया एक डीप रेसिड्यूअल नेटवर्क फ्रेमवर्क और प्री-ट्रेंड PyTorch मॉडल है। यह एक न्यूरल नेटवर्क आर्किटेक्चर को लागू करता है जो ग्रेडिएंट डिग्रेडेशन के बिना बहुत गहरे मॉडल के प्रशिक्षण को सक्षम करने के लिए स्किप कनेक्शंस का उपयोग करता है। यह सिस्टम इमेज क्लासिफिकेशन, ऑब्जेक्ट डिटेक्शन और विज़ुअल डेटा सेगमेंटेशन सहित कंप्यूटर विज़न कार्यों के लिए डिज़ाइन किया गया है। इसमें ट्रांसफर लर्निंग और कस्टम इमेज डेटासेट पर मॉडल की फाइन-ट्यूनिंग का समर्थन करने के लिए ImageNet पर प्रशिक्षित वेट्स शामिल हैं। आर्किटेक्चरल डिज़ाइन रेसिड्यूअल लर्निंग ब्लॉक्स, बॉटलनेक लेयर कॉन्फ़िगरेशन और प्रशिक्षण के दौरान स्थिरता बनाए रखने के लिए बैच नॉर्मलाइज़ेशन पर केंद्रित है। फ्रेमवर्क पैरामीटर्स को कम करने और ओवरफिटिंग को रोकने के लिए ग्लोबल एवरेज पूलिंग का भी उपयोग करता है।
Facilitates transfer learning by adapting pre-trained ImageNet weights to custom datasets for improved accuracy.
Adapts any model to real or synthetic data and optimizes it for inference throughput without requiring AI expertise.