Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipanjans/hands-on-transfer-learning-with-python
Deep learning simplified by transferring prior learning using the Python deep learning ecosystem
https://github.com/dipanjans/hands-on-transfer-learning-with-python
Last synced: 10 days ago
JSON representation
Deep learning simplified by transferring prior learning using the Python deep learning ecosystem
- Host: GitHub
- URL: https://github.com/dipanjans/hands-on-transfer-learning-with-python
- Owner: dipanjanS
- License: apache-2.0
- Created: 2018-05-20T19:17:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T01:56:03.000Z (about 4 years ago)
- Last Synced: 2024-10-22T11:22:01.742Z (17 days ago)
- Language: Jupyter Notebook
- Size: 37.4 MB
- Stars: 828
- Watchers: 56
- Forks: 409
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hands-On Transfer Learning with Python
### Implement advanced deep learning and neural network models using Tensorflow and KerasWith 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"__*](https://github.com/dipanjanS/hands-on-transfer-learning-with-python#contents), 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:
+ Deep learning foundations
+ Essentials of transfer learning
+ Transfer learning case studiesThis 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
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`](https://www.tensorflow.org/), [`keras`](https://keras.io/), 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.
Edition: 1st Pages: 438 Language: English
Book Title: Hands-On Transfer Learning with Python Publisher: Packt
Copyright: Sarkar, Bali & Ghosh ISBN 13: 9781788831307
## [Contents](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks#book-contents)
- [__Part I: Deep learning foundations__](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks#part-i-deep-learning-foundations)
- [Chapter 1: Machine Learning Fundamentals Basics](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch01%20-%20Machine%20Learning%20Fundamentals)
- [Chapter 2: Deep Learning Essentials Basics](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch02%20-%20Deep%20Learning%20Essentials)
- Chapter 3: Understanding Deep Learning Architectures Basics
- [__Part II: Essentials of transfer learning__](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks#part-ii-essentials-of-transfer-learning)
- Chapter 4: Transfer Learning Fundamentals Basics
- [Chapter 5: Unleashing the Power of Transfer Learning](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch05%20-%20Unleash%20the%20Power%20of%20Transfer%20Learning)
- [__Part III: Transfer learning case studies__](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks#part-iii-transfer-learning-case-studies)
- [Chapter 6: Image Recognition and Classification](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch06%20-%20Image%20Recognition%20and%20Classification)
- [Chapter 7: Text Document Categorization](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch07%20-%20Text%20Document%20Categorization)
- [Chapter 8: Audio Identification and Classification](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch08%20-%20Audio%20Identification%20and%20Categorization)
- [Chapter 9: Deep Dream](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch09%20-%20Deep%20Dream)
- [Chapter 10: Style Transfer](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch10%20-%20Neural%20Style%20Transfer)
- [Chapter 11: Automated Image Caption Generator](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch11%20-%20Automated%20Image%20Caption%20Generator)
- [Chapter 12: Image Colorization](https://github.com/dipanjanS/hands-on-transfer-learning-with-python/tree/master/notebooks/Ch12%20-%20Image%20Colorization)## Key Features:
+ Build deep learning models with transfer learning principles in Python
+ Implement transfer learning to solve real-world research problems
+ Perform complex operations such as image captioning neural style transfer## What You Will Learn:
+ Set up your own DL environment with graphics processing unit (GPU) and Cloud support
+ Delve into transfer learning principles with ML and DL models
+ Explore various DL architectures, including CNN, LSTM, and capsule networks
+ Learn about data and network representation and loss functions
+ Get to grips with models and strategies in transfer learning
+ Walk through potential challenges in building complex transfer learning models from scratch
+ Explore real-world research problems related to computer vision and audio analysis
+ Understand how transfer learning can be leveraged in NLP
## 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