is not current version
Last Version 1.0.8

nz.ac.waikato.cms.weka:RBFNetwork 1.0.4

RBFNetwork implements a normalized Gaussian radial basisbasis 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.It standardizes all numeric attributes to zero mean and unit variance. RBFRegressor implements 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 to use normalized basis functions instead of unnormalized ones.

Categories

Categories

Net Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

RBFNetwork
Version

Version

1.0.4
Type

Type

jar

Download RBFNetwork 1.0.4


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/RBFNetwork/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>RBFNetwork</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/RBFNetwork/
implementation 'nz.ac.waikato.cms.weka:RBFNetwork:1.0.4'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/RBFNetwork/
implementation ("nz.ac.waikato.cms.weka:RBFNetwork:1.0.4")
'nz.ac.waikato.cms.weka:RBFNetwork:jar:1.0.4'
<dependency org="nz.ac.waikato.cms.weka" name="RBFNetwork" rev="1.0.4">
  <artifact name="RBFNetwork" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='RBFNetwork', version='1.0.4')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "RBFNetwork" % "1.0.4"
[nz.ac.waikato.cms.weka/RBFNetwork "1.0.4"]