0% found this document useful (0 votes)
34 views

Transfer Learning Approach in Deep Learning: A Technical Seminar On

Transfer learning is a machine learning technique where a model trained on one task is reused as the starting point for a model on a second task. This technique has become popular in deep learning as pre-trained models can provide large improvements on related problems, saving significant time and resources compared to developing models from scratch. The document discusses how transfer learning helps models generalize better to new, unlabeled data not seen during original training by leveraging what was learned from a prior task. It aims to address the challenge that models struggle with novel scenarios not in their original training data.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Transfer Learning Approach in Deep Learning: A Technical Seminar On

Transfer learning is a machine learning technique where a model trained on one task is reused as the starting point for a model on a second task. This technique has become popular in deep learning as pre-trained models can provide large improvements on related problems, saving significant time and resources compared to developing models from scratch. The document discusses how transfer learning helps models generalize better to new, unlabeled data not seen during original training by leveraging what was learned from a prior task. It aims to address the challenge that models struggle with novel scenarios not in their original training data.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

A Technical Seminar

On

TRANSFER LEARNING APPROACH IN DEEP LEARNING

(Submitted in partial fulfillment of the requirements for the award of Degree)

Bachelor of Technology
In

Computer Science and Engineering


BY

Aditya Madhira
(187R1A05F9)

ABSTRACT

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


CMR TECHNICAL CAMPUS
UGC AUTONOMOUS
(Accredited by NAAC, NBA, Permanently Affiliated to JNTUH, Approved by AICTE, New
Delhi)Recognized Under Section 2(f) & 12(B) of the UGC Act.1956,
Kandlakoya (V), Medchal Road, Hyderabad-501401.
2018-2022
ABSTRACT:
In recent years, we have become increasingly good at training deep
neural networks to learn a very accurate mapping from inputs to
outputs, whether they are images, sentences, label predictions, etc.
from large amounts of labeled data.

What our models still frightfully lack is the ability to generalize to


conditions that are different from the ones encountered during
training. When is this necessary? Every time you apply your model
not to a carefully constructed dataset but to the real world. The real
world is messy and contains an infinite number of novel scenarios,
many of which your model has not encountered during training and
for which it is in turn ill-prepared to make predictions.

Transfer learning is a machine learning method where a model


developed for a task is reused as the starting point for a model on a
second task.
It is a popular approach in deep learning where pre-trained models
are used as the starting point on computer vision and natural
language processing tasks given the vast compute and time resources
required to develop neural network models on these problems and
from the huge jumps in skill that they provide on related problems.

“Transfer learning and domain adaptation refer to the


situation where what has been learned in one setting … is
exploited to improve generalization in another setting”

You might also like