Stay organized with collections
Save and categorize content based on your preferences.
Learn how to train machine learning models for classification and prediction by following the steps in
interactive notebooks. These tutorials integrate Dataflow into
end-to-end machine learning workflows. You can also view the tutorials in
GitHub.
This weather forecasting model uses a PyTorch
framework and satellite data from
Google Earth Engine to
forecast precipitation for the next two and six hours.
The tutorial uses PyTorch to create a fully convolutional network,
Vertex AI to train the
model, Dataflow to create the dataset, and PyTorch to make local predictions.
View the code on GitHub.
Global fishing watch time series classification
This classification model uses a TensorFlow
framework and Maritime Mobile Service Identity
(MMSI) location data to classify whether a ship is fishing every hour.
The tutorial uses Keras and TensorFlow to train the
model, Dataflow to create the dataset, and Keras in
Cloud Run to make local predictions.
View the code on GitHub.
Wildlife image classification
This classification model uses an AutoML framework to
create a model trained to recognize animal species from camera trap pictures.
The tutorial uses AutoML in Vertex AI
to train the model, Dataflow to create the dataset, and
Vertex AI to make predictions.
View the code on GitHub.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["These interactive notebooks provide tutorials on training machine learning models for classification and prediction, integrating Dataflow into end-to-end workflows."],["The land cover image segmentation tutorial uses TensorFlow and Google Earth Engine data to perform semantic segmentation, with Vertex AI for training, Cloud Run for real-time predictions, and Dataflow for batch predictions."],["The weather forecasting tutorial utilizes PyTorch and satellite data to forecast precipitation, employing Vertex AI for training, Dataflow for dataset creation, and PyTorch for local predictions."],["The global fishing watch tutorial employs TensorFlow and MMSI location data to classify ships as fishing or not, using Dataflow to create the dataset and Cloud Run to make predictions."],["The wildlife image classification tutorial utilizes AutoML within Vertex AI to recognize animal species in camera trap photos, with Dataflow used to create the dataset and Vertex AI for predictions."]]],[]]