Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Machine Learning on Google Cloud Platform

Price
3,325 USD
5 Days
GCP-335
Classroom Training, Online Training
Google Cloud Partner Logo

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This course teaches you how to build Vertex AI AutoML models without writing a single line of code; build BigQuery ML models knowing basic SQL; create Vertex AI custom training jobs you deploy using containers (with little knowledge of Docker0; use Feature Store for data management and governance; use feature engineering for model improvement; determine the appropriate data preprocessing options for your use case; write distributed ML models that scale in TensorFlow; and leverage best practices to implement machine learning on Google Cloud. Learn all this and more!
 

Objectives

Upon completion of the Machine Learning on Google Cloud Platform course, students will be able to:
  • Build, train, and deploy a machine learning model without writing a single line of code using Vertex AI AutoML.
  • Understand when to use AutoML and Big Query ML.
  • Create Vertex AI managed datasets.
  • Add features to a Feature Store.
  • Describe Analytics Hub, Dataplex, and Data Catalog.
  • Describe hyperparameter tuning using Vertex Vizier and how it can be used to improve model performance.
  • Create a Vertex AI Workbench User-Managed Notebook, build a custom training job, and then deploy it using a Docker container.
  • Describe batch and online predictions and model monitoring.
  • Describe how to improve data quality.
  • Perform exploratory data analysis.
  • Build and train supervised learning models.
  • Optimize and evaluate models using loss functions and performance metrics.
  • Create repeatable and scalable train, eval, and test datasets.
  • Implement ML models using TensorFlow/Keras.
  • Describe how to represent and transform features.
  • Understand the benefits of using feature engineering.
  • Explain Vertex AI Pipelines.

Audience

This class is primarily intended for:
  • Aspiring machine learning data analysts, data scientists and data engineers
  • Learners who want exposure to ML using Vertex AI AutoML, BQML, Feature Store, Workbench, Dataflow, Vizier for hyperparameter tuning, and TensorFlow/Keras

Prerequisites

    To get the most out of this course, participants should have:
    • Some familiarity with basic machine learning concepts
    • Basic proficiency with a scripting language, preferably Python

Topics

  • How Google Does Machine Learning What are best practices for implementing machine learning on Google Cloud? What is Vertex AI and how can you use the platform to quickly build, train, and deploy AutoML machine learning models without writing a single line of code? What is machine learning, and what kinds of problems can it solve? Google thinks about machine learning slightly differently: it’s about providing a unified platform for managed datasets, a feature store, a way to build, train, and deploy machine learning models without writing a single line of code, providing the ability to label data, create Workbench notebooks using frameworks such as TensorFlow, SciKit Learn, Pytorch, R, and others. Our Vertex AI Platform also includes the ability to train custom models, build component pipelines, and perform both online and batch predictions. We also discuss the five phases of converting a candidate use case to be driven by machine learning and consider why it is important to not skip the phases. We end with a recognition of the biases that machine learning can amplify and how to recognize them.
    • Describe the Vertex AI Platform and how it is used to quickly build, train, and deploy AutoML machine learning models without writing a single line of code.
    • Describe best practices for implementing machine learning on Google Cloud.
    • Develop a data strategy around machine learning.
    • Examine use cases that are then reimagined through an ML lens.
    • Leverage Google Cloud Platform tools and environment to do ML.
    • Learn from Google's experience to avoid common pitfalls.
    • Carry out data science tasks in online collaborative notebooks
  • Activities:
    • Hands-On Labs
    • Module Quizzes
    • Module Readings
  • Launching into Machine Learning The course begins with a discussion about data: how to improve data quality and perform exploratory data analysis. We describe Vertex AI AutoML and how to build, train, and deploy an ML model without writing a single line of code. You will understand the benefits of Big Query ML. We then discuss how to optimize a machine learning (ML) model and how generalization and sampling can help assess the quality of ML models for custom training.
    • Describe Vertex AI AutoML and how to build, train, and deploy an ML model without writing a single line of code.
    • Describe Big Query ML and its benefits.
    • Describe how to improve data quality.
    • Perform exploratory data analysis.
    • Build and train supervised learning models.
    • Optimize and evaluate models using loss functions and performance metrics.
    • Mitigate common problems that arise in machine learning.
    • Create repeatable and scalable training, evaluation, and test datasets.
  • Activities:
    • Hands-On Labs
    • Module Quizzes
    • Module Readings
  • TensorFlow on Google Cloud The modules cover designing and building a TensorFlow input data pipeline, building ML models with TensorFlow and Keras, improving the accuracy of ML models, writing ML models for scaled use, and writing specialized ML models.
    • Create TensorFlow and Keras machine learning models.
    • Describe TensorFlow key components.
    • Use the tf.data library to manipulate data and large datasets.
    • Build a ML model using tf.keras preprocessing layers.
    • Use the Keras Sequential and Functional APIs for simple and advanced model creation. Understand how model subclassing can be used for more customized models.
    • Use tf.keras.preprocessing utilities for working with image data, text data, and sequence data.
    • Train, deploy, and productionalize ML models at scale with Cloud AI Platform.
  • Activities:
    • Hands-On Labs
    • Module Quizzes
    • Module Readings
  • Feature Engineering Want to know about Vertex AI Feature Store? Want to know how you can improve the accuracy of your ML models? What about how to find which data columns make the most useful features? Welcome to Feature Engineering, where we discuss good versus bad features and how you can preprocess and transform them for optimal use in your models. This course includes content and labs on feature engineering using BigQuery ML, Keras, and TensorFlow.
    • Describe Vertex AI Feature Store.
    • Compare the key required aspects of a good feature.
    • Combine and create new feature combinations through feature crosses.
    • Perform feature engineering using BigQuery ML, Keras, and TensorFlow.
    • Understand how to preprocess and explore features with Dataflow and Dataprep by Trifacta.
    • Understand and apply how TensorFlow transforms features.
  • Activities:
    • Hands-On Labs
    • Module Quizzes
    • Module Readings
  • Machine Learning in the Enterprise This course encompasses a real-world practical approach to the ML Workflow: a case study approach that presents an ML team faced with several ML business requirements and use cases. This team must understand the tools required for data management and governance and consider the best approach for data preprocessing: from providing an overview of Dataflow and Dataprep to using BigQuery for preprocessing tasks. The team is presented with three options to build machine learning models for two specific use cases. This course explains why the team would use AutoML, BigQuery ML, or custom training to achieve their objectives. A deeper dive into custom training is presented in this course. We describe custom training requirements from training code structure, storage, and loading large datasets to exporting a trained model. You will build a custom training machine learning model, which allows you to build a container image with little knowledge of Docker. The case study team examines hyperparameter tuning using Vertex Vizier and how it can be used to improve model performance. To understand more about model improvement, we dive into a bit of theory: we discuss regularization, dealing with sparsity, and many other essential concepts and principles. We end with an overview of prediction and model monitoring and how Vertex AI can be used to manage ML models.
    • Understand the tools required for data management and governance.
    • Describe the best approach for data preprocessing: from providing an overview of Dataflow and Dataprep to using SQL for preprocessing tasks.
    • Explain how AutoML, BigQuery ML, and custom training differ and when to use a particular framework.
    • Describe hyperparameter tuning using Vertex Vizier and how it can be used to improve model performance.
    • Explain prediction and model monitoring and how Vertex AI can be used to manage ML models.
    • Describe the benefits of Vertex AI Pipelines.
  • Activities:
    • Hands-On Labs
    • Module Quizzes
    • Module Readings
    2023 Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    20% Off All AI Training Courses

    Achieve more with AI-powered tools and strategies.

    PROMO CODE: AI20
    VALID THROUGH APRIL 30, 2024

    20% Off All AI Training Courses

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.