Tutorials overview Stay organized with collections Save and categorize content based on your preferences.
Each of the tutorials presented here walks you through a specific artificial intelligence (AI)workflow, created to represent the most common tasks and to illustrate thecapabilities of Vertex AI. Choose the tutorial that best matches yourdata type and AI task. After following the tutorial, you can use the patternsthat you have learned to solve your own AI problem. Vertex AI offersGoogle Cloud console tutorials and notebook tutorials that use the Python SDK.You can open a notebook tutorial directly in Colab, download the notebook to yourpreferred environment, oropen the notebook tutorial in Vertex AI Workbench.
Train a classification model for tabular data
Create a Vertex AI dataset from tabular data, and then train a classification model with AutoML. Deploy the model to an endpoint and make online predictions. Google Cloud console: You can choose tutorial guides with step-by-step instructions for the Google Cloud console. Notebook: You can choose to run this tutorial as a notebook. |
Train a regression model for tabular data
Create a Vertex AI dataset from tabular data, and then train a regression model with AutoML. Deploy the model to an endpoint and make online predictions or make predictions in batch format. Notebook: You can choose to run this tutorial and makeonline predictions using a notebook. Notebook: You can choose to run this tutorial and makebatch predictions using a notebook. |
Train a time-series forecasting model for tabular data
Create a Vertex AI dataset from tabular data, and then train a forecasting model with AutoML. Make predictions in batch format. Notebook: You can choose to run this tutorial as a notebook. |
Train a classification model for image data
Create a Vertex AI dataset for image data, and then train a classification model with AutoML. Deploy the model to an endpoint and make online predictions. Google Cloud console: You can choose tutorial guides with step-by-step instructions for the Google Cloud console. |
How to open a notebook in Vertex AI Workbench
To open a notebook tutorial in a Vertex AI Workbench instance:
- Click theVertex AI Workbench link in thenotebook list. The link opens the Vertex AI Workbench console.
- In theDeploy to notebook screen, type a name for your new Vertex AI Workbench instance and clickCreate.
- In theReady to open notebook dialog that appears after the instance starts, clickOpen.
- On theConfirm deployment to notebook server page, selectConfirm.
- Before running the notebook, selectKernel > Restart Kernel and Clear all Outputs.
What's next
- View the full list ofVertex AI notebook tutorials.
- Learn more aboutmodel training.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.