Hands-on: performing hyperparameter tuning in Vertex AI
Considering that Google Cloud Vertex AI provides tools that make it easy for us to implement every step in the data science project lifecycle, this gives us the perfect environment to put our knowledge into practice and start implementing hyperparameter tuning jobs. In fact, as we mentioned previously, Vertex AI provides a tool called Vizier that is specialized for the purpose of automating hyperparameter tuning jobs, which we will dive into in more detail next.
Vertex AI Vizier
Vertex AI Vizier is a service in Google Cloud that automates the hyperparameter tuning process that we outlined in the previous section of this chapter. In this section, we discuss some terminology used by the Vertex AI Vizier service and we describe some details on how it works. Then, we will actually use it in our hands-on activities to implement hyperparameter tuning jobs.
Vertex AI Vizier terminology
Google Cloud uses some terminology that...