To train a custom model on Google Cloud AI Platform, you upload your training data to Cloud Storage, write a Python training script (which can use frameworks like TensorFlow or PyTorch), and submit a training job to AI Platform. AI Platform handles the infrastructure management, such as allocating instances, GPUs, or TPUs, and scaling the training process as needed.
Example:
Training a custom image classification model using TensorFlow on AI Platform by uploading the training data to Google Cloud Storage and submitting the training job to AI Platform.