Skip to content

Latest commit

 

History

History
 
 

google_io

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Advanced Solutions Lab

The notebooks in this repository will only run on Vertex AI Jupyter notebook instances. Please see the instructions below on how to setup the notebook.

Overview

This repository contains Jupyter notebooks meant to be run on Vertex AI. This is maintained by Google Cloud’s Advanced Solutions Lab (ASL) team. Vertex AI is the next generation AI Platform on the Google Cloud Platform. The material covered in this repo will take a software engineer with no exposure to machine learning to an advanced level.

Environment Setup (Vertex AI)

Follow the instruction of the official documentation to set up a JupyterLab instance on Vertex AI Workbench User Managed Notebooks. The code in this repository is designed to run on Vertex AI Workbench User Managed Notebooks, and tested on the TensorFlow Enterprise 2.8 image.

After creating a Vertex Workbench User Managed Notebook instance, open the terminal in your JupyterLab instance and run the following commands:

git clone https://github.com/GoogleCloudPlatform/asl-ml-immersion.git
cd asl-ml-immersion
export PATH=$PATH:~/.local/bin
make install