Kubeflow Samples
Examples that demonstrate machine learning with Kubeflow
This section introduces the examples in the kubeflow/examples repository. Before using a sample, check the sample’s README file for known issues.
MNIST image classification
Last update 2021/01/13 Kubeflow v1.0.0
Train and serve an image classification model using the MNIST dataset. This tutorial takes the form of a Jupyter notebook running in your Kubeflow cluster. You can choose to deploy Kubeflow and train the model on various clouds, including Amazon Web Services (AWS), Google Cloud Platform (GCP), IBM Cloud, Microsoft Azure, and on-premises. Serve the model with TensorFlow Serving.
Financial time series
Last update 2019/12/20 Kubeflow v0.7
Train and serve a model for financial time series analysis using TensorFlow on Google Cloud Platform (GCP). Use the Kubeflow Pipelines SDK to automate the workflow.
Next steps
Work through one of the Kubeflow Pipelines samples.
Last modified 03.03.2021: Move Kubeflow Pipelines under /components (#2505) (c34470b8)