Curso Machine Learning on Google Cloud

En el curso Machine Learning on Google Cloud aprenderás a:

  • Construir modelos Vertex AI AutoML sin escribir una sola línea de código.
  • Crear modelos de BigQuery ML con conocimientos básicos de SQL.
  • Crear e implementar trabajos de entrenamiento personalizados de Vertex AI utilizando contenedores (con poco conocimiento de Docker).
  • Utilizar Feature Store para la administración y el gobierno de datos.
  • Utilizar ingeniería de características para mejorar el modelo.
  • Determinar las opciones de preprocesamiento de datos apropiadas para caso de uso.
  • Escribir modelos de ML distribuidos que escalen en TensorFlow.
  • Aprovechar las prácticas recomendadas para implementar el machine learning en Google Cloud.

Estamos preparando nuevas convocatorias, déjanos tus datos a través del formulario y te avisaremos en cuanto estén disponibles.

Estamos preparando nuevas convocatorias, déjanos tus datos a través del formulario y te avisaremos en cuanto estén disponibles.

  • Crear, entrenar e implementar un modelo de machine learning sin escribir una sola línea de código usando Vertex AI AutoML.
  • Comprender cuándo usar AutoML y Big Query ML.
  • Crear conjuntos de datos gestionados por Vertex AI.
  • Agregar funciones a una Feature Store.
  • Describir Analytics Hub, Dataplex y Data Catalog.
  • Describir el ajuste de hiperparámetros con Vertex Vizier y cómo se puede utilizar para mejorar el rendimiento del modelo.
  • Crear un cuaderno administrado por el usuario de Vertex AI Workbench, un trabajo de capacitación personalizado y luego implementarlo usando un contenedor Docker.
  • Describir predicciones por lotes y en línea, y monitoreo de modelos.
  • Describir cómo mejorar la calidad de los datos.
  • Realizar análisis de datos exploratorios.
  • Construir y entrenar modelos de aprendizaje supervisado.
  • Optimizar y evaluar modelos utilizando funciones de pérdida y métricas de rendimiento.
  • Crear conjuntos de datos de prueba, evaluación y entrenamiento repetibles y escalables.
  • Implementar modelos ML usando TensorFlow/Keras.
  • Describir cómo representar y transformar características.
  • Comprender los beneficios de utilizar la ingeniería de funciones.
  • Explicar Vertex AI Pipelines.

Este curso está dirigido, principalmente, a los siguientes participantes:

  • Aspirantes a analistas de datos de machine learning, científicos de datos e ingenieros de datos.
  • Personas que deseen aprender sobre machine learning mediante Vertex AI AutoML, BQML, Feature Store, Workbench, Dataflow, Vizier para el ajuste de hiperparámetros, y TensorFlow/Keras.
  • Estar familiarizado con los conceptos básicos de machine learning.
  • Tener un dominio básico de un lenguaje de secuencias de comandos, preferiblemente Python.

Curso 1: 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.

Curso 2: 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.

Curso 3: 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.

Curso 4: 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.

Curso 5: 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.

Documentación oficial para el curso Machine Learning on Google Cloud.

  • Formador certificado por Google Cloud.
  • Más de 5 años de experiencia profesional.
  • Más de 4 años de experiencia docente.
  • Profesional activo en empresas del sector IT.
Antiguos alumnos

Si has asistido a alguno de nuestros cursos, tienes un 10% de descuento en la matrícula de tus próximos cursos o certificaciones oficiales.

Carné Joven Comunidad de Madrid

Si tienes el Carné Joven de la Comunidad de Madrid, dispones de un 15% de descuento en todos nuestros cursos y certificaciones. Únicamente deberás presentar tu carné.

Desempleados

Bonificamos un 10% la matrícula de tu curso o certificación oficial. Únicamente deberás acreditarlo con cualquiera de los documentos oficiales disponibles.

Discapacitados

Si tienes algún tipo de discapacidad, cuentas con un 10% de descuento en la matrícula de tu curso. Únicamente deberás acreditarlo.

Familia numerosa

¡Te ayudamos! Sabemos que es importante cuidar de la economía familiar, por eso, y en cumplimiento de nuestra política de Responsabilidad Social Corporativa, si eres miembro de una familia numerosa, puedes beneficiarte de un 10% de descuento en la matrícula de cualquier curso. Únicamente deberás acreditarlo.

Amigos o compañeros profesionales

Si te inscribes a nuestros cursos con uno o más amigos o compañeros técnicos, cada uno de vosotros obtendréis un descuento del 10% en vuestra formación.

Si trabajáis en la misma empresa, consulta los descuentos para departamentos profesionales.

Empresas

Mantener, actualizar y perfeccionar las habilidades y conocimientos del equipo de trabajo es esencial para la adaptación y el éxito de la estrategia empresarial en el entorno dinámico y desafiante en el que competimos.

Si deseas planificar la formación (técnica, metodológica o de habilidades) de tu equipo, consulta nuestros planes de formación continua o los descuentos en cursos y certificaciones técnicas.

Fundae (Formación bonificable)

Prácticamente la totalidad de nuestra formación puede ser bonificada aplicando el crédito de formación que las empresas y autónomos tienen anualmente en Fundae.

Consúltanos y no te preocupes, lo gestionamos por ti.

Sodexo (Pluxee)

Ahorra con tu cheque virtual.

Formación Pass de Pluxee (Sodexo) es un servicio que facilita el acceso y pago de formación y certificación oficial. Al estar exento del IRPF, ahorras al menos un 25% del importe total.

Úsalo con nosotros.


Descuentos no aplicables a Red Hat ni Oracle. La formación de Red Hat no es bonificable en Fundae. Los exámenes de certificación no se pueden bonificar. Podrán bonificarse únicamente si son indivisibles del curso que los prepara.

Objetivos
  • Crear, entrenar e implementar un modelo de machine learning sin escribir una sola línea de código usando Vertex AI AutoML.
  • Comprender cuándo usar AutoML y Big Query ML.
  • Crear conjuntos de datos gestionados por Vertex AI.
  • Agregar funciones a una Feature Store.
  • Describir Analytics Hub, Dataplex y Data Catalog.
  • Describir el ajuste de hiperparámetros con Vertex Vizier y cómo se puede utilizar para mejorar el rendimiento del modelo.
  • Crear un cuaderno administrado por el usuario de Vertex AI Workbench, un trabajo de capacitación personalizado y luego implementarlo usando un contenedor Docker.
  • Describir predicciones por lotes y en línea, y monitoreo de modelos.
  • Describir cómo mejorar la calidad de los datos.
  • Realizar análisis de datos exploratorios.
  • Construir y entrenar modelos de aprendizaje supervisado.
  • Optimizar y evaluar modelos utilizando funciones de pérdida y métricas de rendimiento.
  • Crear conjuntos de datos de prueba, evaluación y entrenamiento repetibles y escalables.
  • Implementar modelos ML usando TensorFlow/Keras.
  • Describir cómo representar y transformar características.
  • Comprender los beneficios de utilizar la ingeniería de funciones.
  • Explicar Vertex AI Pipelines.
Audiencia

Este curso está dirigido, principalmente, a los siguientes participantes:

  • Aspirantes a analistas de datos de machine learning, científicos de datos e ingenieros de datos.
  • Personas que deseen aprender sobre machine learning mediante Vertex AI AutoML, BQML, Feature Store, Workbench, Dataflow, Vizier para el ajuste de hiperparámetros, y TensorFlow/Keras.
Requisitos
  • Estar familiarizado con los conceptos básicos de machine learning.
  • Tener un dominio básico de un lenguaje de secuencias de comandos, preferiblemente Python.
Certificación
Contenidos

Curso 1: 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.

Curso 2: 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.

Curso 3: 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.

Curso 4: 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.

Curso 5: 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.
Material del curso

Documentación oficial para el curso Machine Learning on Google Cloud.

Perfil del docente
  • Formador certificado por Google Cloud.
  • Más de 5 años de experiencia profesional.
  • Más de 4 años de experiencia docente.
  • Profesional activo en empresas del sector IT.
Promociones

Antiguos alumnos

Si has asistido a alguno de nuestros cursos, tienes un 10% de descuento en la matrícula de tus próximos cursos o certificaciones oficiales.

Carné Joven Comunidad de Madrid

Si tienes el Carné Joven de la Comunidad de Madrid, dispones de un 15% de descuento en todos nuestros cursos y certificaciones. Únicamente deberás presentar tu carné.

Desempleados

Bonificamos un 10% la matrícula de tu curso o certificación oficial. Únicamente deberás acreditarlo con cualquiera de los documentos oficiales disponibles.

Discapacitados

Si tienes algún tipo de discapacidad, cuentas con un 10% de descuento en la matrícula de tu curso. Únicamente deberás acreditarlo.

Familia numerosa

¡Te ayudamos! Sabemos que es importante cuidar de la economía familiar, por eso, y en cumplimiento de nuestra política de Responsabilidad Social Corporativa, si eres miembro de una familia numerosa, puedes beneficiarte de un 10% de descuento en la matrícula de cualquier curso. Únicamente deberás acreditarlo.

Amigos o compañeros profesionales

Si te inscribes a nuestros cursos con uno o más amigos o compañeros técnicos, cada uno de vosotros obtendréis un descuento del 10% en vuestra formación.

Si trabajáis en la misma empresa, consulta los descuentos para departamentos profesionales.

Empresas

Mantener, actualizar y perfeccionar las habilidades y conocimientos del equipo de trabajo es esencial para la adaptación y el éxito de la estrategia empresarial en el entorno dinámico y desafiante en el que competimos.

Si deseas planificar la formación (técnica, metodológica o de habilidades) de tu equipo, consulta nuestros planes de formación continua o los descuentos en cursos y certificaciones técnicas.

Medios de pago

Fundae (Formación bonificable)

Prácticamente la totalidad de nuestra formación puede ser bonificada aplicando el crédito de formación que las empresas y autónomos tienen anualmente en Fundae. Consúltanos y no te preocupes, lo gestionamos por ti.

Sodexo (Pluxee)

Ahorra con tu cheque virtual.

Formación Pass de Pluxee (Sodexo) es un servicio que facilita el acceso y pago de formación y certificación oficial. Al estar exento del IRPF, ahorras al menos un 25% del importe total. Úsalo con nosotros.

Solicita información

Partner oficial de los principales fabricantes tecnológicos

ITIL® y PRINCE2® son marcas comerciales registradas de AXELOS Limited, utilizadas bajo permiso de AXELOS Limited. The Swirl logo™ es una marca comercial de AXELOS Limited, utilizada bajo permiso de AXELOS Limited. Todos los derechos reservados.