Cursarium logoCursarium

Model Fine-Tuning & Transfer Learning Courses

14 courses1.9M learners9 providers

Learn to adapt pre-trained AI models to your specific use cases using fine-tuning, transfer learning, LoRA, QLoRA, and parameter-efficient training techniques.

AllTransfer LearningLoRAQLoRAPEFTDomain AdaptationInstruction Tuning

Editor's Picks

Top Rated in Model Fine-Tuning & Transfer Learning

All Model Fine-Tuning & Transfer Learning Courses

NLP Course
Hugging Face
Free
intermediate

NLP Course

Hugging Face

4.7(1,800)
Self-pacedintermediate
Free
Generative AI with Large Language Models
Coursera
$49/mo
intermediate

Generative AI with Large Language Models

Coursera

4.6(12,000)
3 weeksintermediate
$49/mo
TensorFlow Developer Professional Certificate
Coursera
$49/mo
intermediate

TensorFlow Developer Professional Certificate

Coursera

4.7(35,000)
4 monthsintermediate
$49/mo
Udemy
Udemy
$12.99
beginner

Stable Diffusion: Complete Guide to AI Image Generation

Udemy

4.5(4,800)
18 hoursbeginner
$12.99
PyTorch for Deep Learning & Machine Learning
Udemy
$12.99
intermediate

PyTorch for Deep Learning & Machine Learning

Udemy

4.7(9,500)
26 hoursintermediate
$12.99
Finetuning Large Language Models
DeepLearning.AI
Free
intermediate

Finetuning Large Language Models

DeepLearning.AI

4.6(7,500)
1 hourintermediate
Free
A Code-First Introduction to NLP
fast.ai
Free
intermediate

A Code-First Introduction to NLP

fast.ai

4.6(720)
6 weeksintermediate
Free
Intro to TensorFlow for Deep Learning
Google
Free
beginner

Intro to TensorFlow for Deep Learning

Google

4.5(5,400)
2 monthsbeginner
Free
Kaggle
Kaggle
Free
intermediate

Computer Vision

Kaggle

4.5(4,800)
4 hoursintermediate
Free
Generative AI Nanodegree
Udacity
$249/mo
intermediate

Generative AI Nanodegree

Udacity

4.4(1,200)
3 monthsintermediate
$249/mo
Open-Source AI Cookbook
Hugging Face
Free
intermediate

Open-Source AI Cookbook

Hugging Face

4.5(600)
Self-pacedintermediate
Free
Deep Learning for Computer Vision with TensorFlow
Coursera
$49/mo
intermediate

Deep Learning for Computer Vision with TensorFlow

Coursera

4.6(12,000)
4 weeksintermediate
$49/mo
LLMOps
DeepLearning.AI
Free
intermediate

LLMOps

DeepLearning.AI

4.4(2,500)
1 hourintermediate
Free
LinkedIn Learning
LinkedIn Learning
$29.99/mo
intermediate

PyTorch Essential Training: Deep Learning

LinkedIn Learning

4.5(3,200)
3 hoursintermediate
$29.99/mo

Browse Model Fine-Tuning & Transfer Learning Courses by Provider

See model fine-tuning & transfer learning courses from a specific platform.

Frequently Asked Questions

What is fine-tuning in AI?
Fine-tuning adapts a pre-trained model to a specific task or domain by continuing training on a smaller, task-specific dataset. It leverages learned representations while customizing behavior for your use case.
What is the difference between fine-tuning and transfer learning?
Transfer learning is the broader concept of reusing knowledge from one task for another. Fine-tuning is a specific transfer learning technique where you continue training a pre-trained model on new data.
What is LoRA and why is it popular?
LoRA (Low-Rank Adaptation) enables efficient fine-tuning by training small adapter matrices instead of the full model. It dramatically reduces GPU memory requirements while achieving comparable performance to full fine-tuning.
How much data do I need for fine-tuning?
It depends on the task. Simple classification fine-tuning may need hundreds of examples, while instruction tuning typically requires thousands. Quality and diversity of data matter more than sheer volume.

Related Topics