This document compares the performance of radial basis function (RBF) networks and multi-layer perceptron (MLP) networks for pattern classification tasks. It analyzes the training time of RBF and MLP networks on two datasets: a below poverty line (BPL) dataset with 293 samples and 13 features, and a breast cancer dataset with 699 samples and 9 features. For both datasets, RBF networks trained significantly faster than MLP networks using the same number of hidden neurons, without affecting classification performance. The document concludes that RBF networks perform training faster than MLP networks for these pattern classification problems.