Google Cloud AutoML
Cloud AutoML (https://cloud.google.com/automl/) is a full suite of products for image, video, and text processing. As of the end of 2019, the suite consists of the following components, which do not require you to know how the deep learning networks are shaped internally:
AutoML Tables
- Enables you to automatically build and deploy state-of-the-art machine learning models on structured data used for general supervised classification and regression (see chapters 1, 2, and 3).
AutoML Vision
- AutoML Vision: Enables you to train machine learning models to classify your images according to your own defined labels.
- AutoML Object Detection: Used to automatically build a custom model to detect objects in an image with bounding boxes and labels, then deploy it to the cloud or on the edge.
AutoML Natural Language
- AutoML Text Classification: Used to automatically build a machine learning model to classify content into a custom set...