This document proposes a simple procedure for beginners to obtain reasonable results when using support vector machines (SVMs) for classification tasks. The procedure involves preprocessing data through scaling, using a radial basis function kernel, selecting model parameters through cross-validation grid search, and training the full model on the preprocessed data. The document provides examples applying this procedure to real-world datasets, demonstrating improved accuracy over approaches without careful preprocessing and parameter selection.