intel/transfer-learning
Libraries and tools to support Transfer Learning
This tool helps AI practitioners quickly adapt pre-trained AI models for specific image or text tasks, even with limited custom data. You input your image or text dataset and select a base model; the tool outputs a new, fine-tuned AI model ready for deployment or further training. It's designed for data scientists, AI engineers, and researchers working on computer vision and natural language processing applications.
No commits in the last 6 months.
Use this if you need to build AI models for image classification, text generation, or anomaly detection efficiently by leveraging existing powerful models rather than training from scratch.
Not ideal if you are working with non-image or non-text data types, or if you require full custom model architecture design rather than fine-tuning pre-existing models.
Stars
20
Forks
7
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 29, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/intel/transfer-learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jittor/jittor
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
berniwal/swin-transformer-pytorch
Implementation of the Swin Transformer in PyTorch.
zhanghang1989/ResNeSt
ResNeSt: Split-Attention Networks
NVlabs/FasterViT
[ICLR 2024] Official PyTorch implementation of FasterViT: Fast Vision Transformers with...
ViTAE-Transformer/ViTPose
The official repo for [NeurIPS'22] "ViTPose: Simple Vision Transformer Baselines for Human Pose...