- Basic experience with Python and machine learning
- Access to a Google Cloud account with Vertex AI permissions
Learn how to run machine learning code using Vertex AI Workbench notebooks on Google Cloud Platform without managing underlying infrastructure.
-
Access Google Cloud Console and navigate to Vertex AI Workbench.
-
Follow the instructions to create a new Vertex AI Workbench instance:
- Select a CPU-based environment (or GPU if desired).
- Launch the JupyterLab interface.
-
Inside the JupyterLab environment:
- Open a new notebook.
- Prepare and run your ML script to train and make predictions.
- You may reuse previous ML code or create new machine learning code.
-
Shut down the Vertex AI Workbench instance when done to avoid unnecessary charges.
For complete setup and usage details, refer to the official documentation:
https://cloud.google.com/vertex-ai/docs/workbench/instances/introduction
- Screenshot of the Instance on Goggle VertexAI.
- Screenshot of the notebook with the output of the prediction printed.
Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.
