Home

Awesome

Hands-On Transfer Learning with Python

Implement advanced deep learning and neural network models using Tensorflow and Keras

With the world moving towards digitalization and automation, as a technologist/programmer it is important to keep oneself updated and learn how to leverage these tools and techniques. "Hands-On Transfer Learning with Python", is an attempt to help practitioners get acquainted with and equipped to use these advancements in their respective domains. This book is structured broadly into three sections:

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.packtpub.com/big-data-and-business-intelligence/hands-transfer-learning-python"> <img src="./media/banners/packt_logo.png" alt="packt" align="left"/> </a> </td> <td> <a target="_blank" href="https://www.safaribooksonline.com/library/view/hands-on-transfer-learning/9781788831307"> <img src="./media/banners/safari_logo.png" alt="safari" align="left"/> </a> </td> <td> <a target="_blank" href="https://www.amazon.com/Hands-Transfer-Learning-Python-TensorFlow-ebook/dp/B07CB455BF/ref=zg_bsnr_16977170011_71?_encoding=UTF8&psc=1&refRID=3VS8TYPZGN776BFEZJVG"> <img src="./media/banners/amazon_logo.png" alt="amazon" align="left"/> </a> </td> </tr> </table>

About the book

<a target="_blank" href="#"> <img src="./media/banners/front_cover.png" alt="Book Cover" width="350" align="left"/> </a>

Transfer learning is a machine learning (ML) technique where knowledge gained during the training of one set of ML problems can be used to train other similar types of problems. The purpose of this book is two-fold. We focus on detailed coverage of deep learning and transfer learning, comparing and contrasting the two with easy-to-follow concepts and examples. The second area of focus will be on real-world examples and research problems using tensorflow, keras, and the Python ecosystem with hands-on examples.

The book starts with core essential concepts of ML and deep learning, followed by some depictions and coverage of important deep learning architectures, such as CNNs, DNNs, RNNs, LSTMs, and capsule networks. Our focus then shifts to transfer learning concepts and pretrained state of the art networks such as VGG, Inception, and ResNet. We also learn how these systems can be leveraged to improve performance of our deep learning models. Finally, we focus on a multitude of real-world case studies and problems in areas such as computer vision, audio analysis, and natural language processing (NLP). By the end of this book, you will be all ready to implement both deep learning and transfer learning principles in your own systems.

<div style='font-size:0.5em;'><sup> Edition: 1st &emsp; Pages: 438 &emsp; Language: English<br/> Book Title: Hands-On Transfer Learning with Python &emsp; Publisher: Packt<br/> Copyright: Sarkar, Bali & Ghosh &emsp; ISBN 13: 9781788831307<br/> </div> <br/>

Contents

Key Features:

What You Will Learn:

<br/>

Audience

Hands-On Transfer Learning with Python is for data scientists, ML engineers, analysts, and developers with an interest in data and applying state-of-the-art transfer learning methodologies to solve tough real-world problems. Basic proficiency in ML and Python is required.

Acknowledgements

TBA