Transfer learning involves using a pre–trained model on a new problem. It is currently very popular in the field of Deep Learning because it enables you to train Deep Neural Networks with comparatively little data. In Transfer learning, knowledge of an already trained Machine Learning model is applied to a different but related problem.
The general idea is to use knowledge, which a model has learned from a task where a lot of labeled training data is available, in a new task where we don’t have a lot of data. Instead of starting the learning process from scratch, you start from patterns that have been learned by solving a related task.
In this course, learn how to implement transfer learning to solve a different set of machine learning problems by reusing pre–trained models to train other models. Hands–on examples with transfer learning will get you started, and allow you to master how and why it is extensively used in different deep learning domains.
You will implement practical use cases of transfer learning in CNN and RNN such as using image classifiers, text classification, sentimental analysis, and much more. You’ll be shown how to train models and how a pre–trained model is used to train similar untrained models in order to apply the transfer learning process even further. Allowing you to implement advanced use cases and learn how transfer learning is gaining momentum when it comes to solving real–world problems in deep learning.
Specification: Hands-On Transfer Learning with TensorFlow 2.0
|
2 reviews for Hands-On Transfer Learning with TensorFlow 2.0
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $9.99 |
---|---|
Provider | |
Duration | 1.5 hours |
Year | 2020 |
Level | Beginner |
Language | English ... |
Certificate | Yes |
Quizzes | Yes |
$84.99 $9.99
Witesyavwirwa Vianney Kambale –
This was a great overview of Transfer Learning, I loved it. However, it will be great if, in the future, the course is expanded to explaining TL with tasks not limited to image classification only. Anyway, it was just a 2 hour course, there is room for expansion.
Diogo Santos –
It could provide more examples on how to apply transfer learning for text problems, using several state of art models, and how for example to include other features on the neural network besides the text encodings or the picture pixels.