Daffodil International University

Faculty of Science and Information Technology => Recent Technologies and Trends in Software Engineering => Software Engineering => Machine Learning/ Deep Learning => Topic started by: motiur.swe on March 16, 2019, 01:32:21 PM

Title: An Introduction to Transfer Learning in Machine Learning
Post by: motiur.swe on March 16, 2019, 01:32:21 PM
What is Transfer Learning?
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.

Transfer Learning differs from traditional Machine Learning in that it is the use of pre-trained models that have been used for another task to jump start the development process on a new task or problem.

Transfer learning involves the concepts of a domain and a task. A domain DD consists of a feature space XX and a marginal probability distribution P(X)P(X) over the feature space, where X=x1,⋯,xn∈XX=x1,⋯,xn∈X. For document classification with a bag-of-words representation, XX is the space of all document representations, xixi is the ii-th term vector corresponding to some document and XX is the sample of documents used for training.
(https://cdn-images-1.medium.com/max/1600/1*Pj6I0mkWQFeNyMf0JYYPeA.png)
The benefits of Transfer Learning are that it can speed up the time it takes to develop and train a model by reusing these pieces or modules of already developed models. This helps speed up the model training process and accelerate results.

Source: medium
Title: Re: An Introduction to Transfer Learning in Machine Learning
Post by: s.arman on March 21, 2019, 08:23:32 PM
Good read 
Title: Re: An Introduction to Transfer Learning in Machine Learning
Post by: Tapushe Rabaya Toma on March 25, 2019, 04:37:05 PM
Informative. Thank for Sharing Sir....  :)
Title: Re: An Introduction to Transfer Learning in Machine Learning
Post by: maruf.swe on February 26, 2020, 12:59:55 AM
Informative. thanks for sharing.
Title: Re: An Introduction to Transfer Learning in Machine Learning
Post by: moyez on February 28, 2020, 02:54:15 AM
Nice Post
Title: Re: An Introduction to Transfer Learning in Machine Learning
Post by: SSH Shamma on February 29, 2020, 07:41:33 PM
Thanks for sharing