I. Introduction
Artificial Neural Network (ANN) has been used in several real-time problems. Multilayer Perceptron (MLP) and Radial Basis Function Network (RBF) are the two basic networks which generalize well on classification and regression problems. Training of RBF consists of both unsupervised and supervised schemes in tandem. Unsupervised phase involves K-means clustering and supervised phase consists of linear least squares technique. The parameters of RBF are centers and widths of the clusters in unsupervised phase and weights between the kernel layer and the output layer in the supervised phase [2].