Home

Awesome

Transfer Learning in Action

Use pre-trained models to rapidly transfer existing knowledge and insight for more efficient machine learning applications, even when you have limited or weak datasets.

Published by Manning Publications by Dipanjan Sarkar and Raghav Bali

"Transfer Learning in Action" teaches the fundamental concepts of transfer learning and how you can easily apply them to your projects. It’s filled with insightful illustrations that demystify the latest research and make this cutting-edge technique easily accessible. You’ll start with the basics, gradually building your confidence and understanding until you’re ready to handle advanced techniques. Each chapter explores a different real-world application of transfer learning, such as image classification and style transfer, automatic question answering, and even speech recognition.

In Transfer Learning in Action you will learn:

This repository contains all the code, notebooks and examples used in this book. We will also be adding bonus content here from time to time. So keep watching this space!

Get the book

<table style="width:100%" > <tr> <td> <a target="_blank" href="https://www.manning.com/books/transfer-learning-in-action?utm_source=bali&utm_medium=affiliate&utm_campaign=book_sarkar_transfer_6_18_21&a_aid=bali&a_bid=0ea74335"> <img src="./assets/manning.png" alt="MEAP" align="left"/> </a> </td> </tr> </table>

About the book

<a target="_blank" href="#"> <img src="./assets/book_cover.jpg" alt="Book Cover" width="350" align="left"/> </a>

Humans learn new things more easily when they build on existing related knowledge. Transfer learning applies this same principle to machine learning. This technique takes powerful pre-trained models and shares their existing knowledge to help improve new machine learning applications. The result is a massive performance boost to your models, especially when your training data is limited, unbalanced, or poorly annotated.

Transfer Learning in Action shows you how using pre-trained models can massively improve the accuracy and performance of your machine learning projects. Focused on the real-world applications of transfer learning, you’ll explore how to enhance everything from computer vision to natural language processing and beyond. Master hands-on techniques taken from the latest research, and discover how you can customize open source models for your specific needs.

<div style='font-size:0.5em;'><sup> Edition: 1st (MEAP) &emsp; Pages: 400 (estimated) &emsp; Language: English<br/> Transfer Learning in Action &emsp; Publisher: Manning<br/> Copyright: Sarkar & Bali &emsp;<br/> ISBN: 9781617298943 &emsp; </div> <br/> <br/>

Contents

What You Will Learn:

<br/>

Audience

For data scientists experienced with machine learning and deep learning, Python, PyTorch, and TensorFlow.