Build, Train and Deploy ML Models with Keras on Google Cloud

Google Cloud via Coursera

Go to Course: https://www.coursera.org/learn/intro-tensorflow

Introduction

Design and build a TensorFlow input data pipeline.

Use the tf.data library to manipulate data in large datasets.

Use the Keras Sequential and Functional APIs for simple and advanced model creation.

Train, deploy, and productionalize ML models at scale with Vertex AI.

Syllabus

Introduction to the Course

This module provides an overview of the course and its objectives.

Introduction to the TensorFlow Ecosystem

This module introduces the TensorFlow framework and previews its main components as well as the overall API hierarchy.

Design and Build an Input Data Pipeline

Data is the a crucial component of a machine learning model. Collecting the right data is not enough. You also need to make sure you put the right processes in place to clean, analyze and transform the data, as needed, so that the model can take the most signal of it as possible. In this module we discuss training on large datasets with tf.data, working with in-memory files, and how to get the data ready for training. Then we discuss embeddings, and end with an overview of scaling data with tf.keras preprocessing layers.

Building Neural Networks with the TensorFlow and Keras API

In this module, we discuss activation functions and how they are needed to allow deep neural networks to capture nonlinearities of the data. We then provide an overview of Deep Neural Networks using the Keras Sequential and Functional APIs. Next we describe model subclassing, which offers greater flexibility in model building. The module ends with a lesson on regularization.

Training at Scale with Vertex AI

In this module, we describe how to train TensorFlow models at scale using Vertex AI.

Summary

This module is a summary of the Build, Train, and Deploy ML Models with Keras on Google Cloud course.

Overview

This course covers building ML models with TensorFlow and Keras, improving the accuracy of ML models and writing ML models for scaled use.

Skills

Applied Machine Learning Deep Learning Machine Learning Google Cloud Platform Artificial Neural Networks Human Learning Python Programming Cloud Computing

Reviews

Great course as an introduction to TF, however, the labs are not as in depth as I'd have liked. Nonetheless, the course is well executed by the presenters.

I feel this course very valuable because it taught how to create an automated service in cloud with very huge data and working with distributed systems in production environment with minimal time.

Nice introduce, might be more on introduce the model structure, because I still need to read additional notes to locate how to train my deep learning model online.

Wonderful course and specilization to deep dive into ML. Take your time and work on this course with all your heart to get in to the heart of ML

Excellent 'Introduction' to TensorFlow 2.0 (HINT: 'Introduction' does not mean 'Easy').Evan Jones is at his best giving rapid intuitive explanations of advanced topics in deep neural networks.