
Ultimate access to all questions.
You work at a gaming startup that has accumulated several terabytes of structured data stored in Cloud Storage. This data encompasses gameplay time data, user metadata, and game metadata. Your objective is to create a recommendation model to suggest new games to users. Given your primary goal is to minimize the amount of coding required, what approach should you take?
A
Load the data in BigQuery. Use BigQuery ML to train an Autoencoder model.
B
Load the data in BigQuery. Use BigQuery ML to train a matrix factorization model.
C
Read data to a Vertex AI Workbench notebook. Use TensorFlow to train a two-tower model.
D
Read data to a Vertex AI Workbench notebook. Use TensorFlow to train a matrix factorization model.