Documentation of 'org.neuroph.nnet.RBFNetwork' Java class
RBFNetwork
org.neuroph.nnet

Class RBFNetwork

  • All Implemented Interfaces:
    java.io.Serializable


    public class RBFNetwork
    extends NeuralNetwork
    Radial basis function neural network. TODO: learning for rbf layer: k-means clustering weights between input and rbf layer are Ci vector each weight is a component of a Ci vector Ci are centroids of the clusters trained by k means clustering Each neuron in rbf layer corresponds to a single cluster neuronns in rbf layer are clusters
    See Also:
    Serialized Form
    • Constructor Detail

      • RBFNetwork

        public RBFNetwork(int inputNeuronsCount,
                          int rbfNeuronsCount,
                          int outputNeuronsCount)
        Creates new RBFNetwork with specified number of neurons in input, rbf and output layer
        Parameters:
        inputNeuronsCount - number of neurons in input layer
        rbfNeuronsCount - number of neurons in rbf layer
        outputNeuronsCount - number of neurons in output layer

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.