Book Image

Serverless Deep Learning with TensorFlow and AWS Lambda [Video]

By : Rustem Feyzkhanov
Book Image

Serverless Deep Learning with TensorFlow and AWS Lambda [Video]

By: Rustem Feyzkhanov

Overview of this book

<p>One of the main problems with deep learning models is finding the right way to deploy them within the company's IT infrastructure. Serverless architecture changes the rules of the game—instead of thinking about cluster management, scalability, and query processing, it allows us to focus specifically on training the model. This course prepares you to use your own custom-trained models with AWS Lambda to achieve a simplified serverless computing approach without spending much time and money. You will use AWS services to deploy TensorFlow models without spending hours training them. You'll learn to deploy with serverless infrastructures, create APIs, process pipelines, and more. By the end of the course, you will have implemented a project that demonstrates using AWS Lambda to serve TensorFlow models.</p> <p>All the code and supporting files for this course are available on Github at&nbsp;<a href="https://github.com/PacktPublishing/Serverless-Deep-Learning-with-TensorFlow-and-AWS-Lambda" target="_blank">https://github.com/PacktPublishing/Serverless-Deep-Learning-with-TensorFlow-and-AWS-Lambda</a></p> <h1>Style and Approach</h1> <p>This hands-on course supplies step-by-step instructions on how to work with serverless infrastructures on AWS as well as how to deploy deep learning models accordingly.</p>
Table of Contents (7 chapters)
Chapter 3
Start Deploying TensorFlow Models
Content Locked
Section 4
Image Captioning Example
Creating deep learning application with pre-trained TensorFlow model for image captioning to show how to import and use model. - Understand image captioning and inception-v3 - Run TensorFlow code for image captioning