1. 1. Setup Prerequisites
    1. 1.1. Install Vagrant
    2. 1.2. Install Virtualbox
    3. 1.3. Download Virtualbox VM
  2. 2. Setup Kubernetes
    1. 2.1. Configure Persistent Storage
    2. 2.2. Kubernetes Architecture
  3. 3. Katib
    1. 3.1. Installation
    2. 3.2. Hyperparameter Tuning
      1. 3.2.1. Random Search
      2. 3.2.2. Grid Search
      3. 3.2.3. Bayesian Optimization
    3. 3.3. (Optional) AutoML Intuition
  4. 4. Kubeflow
    1. 4.1. Installation
    2. 4.2. Pipelines
  5. 5. Cleanup
  6. 6. References

Hyperparameter tuning for TensorFlow using Katib and Kubeflow

Kubeflow