Login
Remember
Register
Ask a Question
What are the advantages of transfer learning?
0
votes
asked
Dec 12, 2022
in
Deep Learning
by
Robin
What are the advantages of transfer learning?
transfer-learning
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 12, 2022
by
Robin
Following are the advantages of transfer learning :
Better initial model: In other methods of learning, you must create a model from scratch. Transfer learning is a better starting point because it allows us to perform tasks at a higher level without having to know the details of the starting model.
Higher learning rate: Because the problem has already been taught for a similar task, transfer learning allows for a faster learning rate during training.
Higher accuracy after training: Transfer learning allows a deep learning model to converge at a higher performance level, resulting in more accurate output, thanks to a better starting point and higher learning rate.
...