RBFNetwork: Classes that implement radial basis function networks.

URL:http://weka.sourceforge.net/doc.packages/RBFNetwork
Author:Eibe Frank
Maintainer:Weka team <wekalist{[at]}list.scms.waikato.ac.nz>

There are currently three classes in this package: RBFNetwork, which trains the hidden layer in an unsupervised manner, and RBFRegressor and RBFClassifier, which are fully supervised. RBFNetwork implements a normalized Gaussian radial basis function network. It uses the k-means clustering algorithm to provide the basis functions and learns either a logistic regression (discrete class problems) or linear regression (numeric class problems) on top of that. Symmetric multivariate Gaussians are fit to the data from each cluster. If the class is nominal it uses the given number of clusters per class. RBFRegressor implements Gaussian radial basis function networks for regression, trained in a fully supervised manner using WEKA's Optimization class by minimizing squared error with the BFGS method. It is possible to use conjugate gradient descent rather than BFGS updates, which is faster for cases with many parameters, and normalized basis functions instead of unnormalized ones. RBFClassifier is the equivalent of RBFRegressor for classification problems.

All available versions:
Latest
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0