All Flashcards
Where are CNNs most used?
- image classification
- object detection
- recommender systems.
Where are RNNs most used?
- sequence modeling,
- next word prediction
- translating sounds to words
- human language translation
Where are Sorting and clustering architectures most used?
- anomaly detection
- pattern recognition
Where are GANs most used?
- anomaly detection
- pattern recognition
- cybersecurity
- self-driving cars
- reinforced learning.
How Vertex AI can be used?
Vertex AI be can use to manage the following stages in the ML workflow:
- Create a data set and upload data.
- Train an ML model on your data,
- evaluate model accuracy
- tune hyperparameters and custom training only.
- Upload and store your model in Vertex AI
- Deploy your trained model to an endpoint for serving predictions.
- Send prediction requests to your endpoint,
- specify prediction traffic split in your endpoint,
- manage your models and endpoints.
When is it better to choose AutoML?
- create and train a model with minimal technical effort
- to quickly prototype models
- explore new datasets before investing in development
When is it better to choose Custom training?
- need to create a training application optimized for your targeted outcome.
- want to have complete control over training application functionality.
What is Vertex AI Feature Store?
Vertex AI Feature Store is a fully managed repository where you can ingest, serve, and share ML feature values within your organization. It manages all of the underlying infrastructure for you.
What is Vertex Labeling tasks are for?
Data labeling tasks let you request human labeling for a dataset that you plan to use to train the custom machine learning model.
What is Vertex AI workbench?
Vertex AI workbench is a Jupyter notebook-based development environment for the entire data science workflow.
What is Vertex AI Labeling tasks for?
Data labeling tasks let you request human labeling for a dataset that you plan to use to train the custom machine learning model.
What Vertex AI Workbench lets you do?
Vertex AI Workbench lets you
- access data,
- process data in a Dataproc cluster,
- train a model,
- share your results,
- and more.
What is Vertex AI Pipelines for?
Vertex AI Pipelines helps you to automate, monitor, and govern your ML systems by orchestrating your ML workflow in a serverless manner and storing your workflow’s artifacts using Vertex ML metadata.
It allows you to automate, monitor, and experiment with interdependent parts of an ML workflow. ML pipelines are portable, scalable, and based on containers and each individual part of your pipeline workflow.
What options are available for Jupyter notebooks in Vertex AI Workbench?
- managed notebooks
- user-managed notebooks
What are Managed notebooks?
Managed notebooks instances are Google-managed environments with integrations and features that help you set up and work in an end-to-end notebook-based production environment.