Uses of Class
de.jungblut.classification.nn.WeightMatrix
-
Packages that use WeightMatrix Package Description de.jungblut.classification.nn -
-
Uses of WeightMatrix in de.jungblut.classification.nn
Methods in de.jungblut.classification.nn that return WeightMatrix Modifier and Type Method Description WeightMatrix[]RBM. getNeuralNetworkWeights(int outputLayerSize)Creates a weight matrix that can be used for unsupervised weight initialization in theMultilayerPerceptron.WeightMatrix[]MultilayerPerceptron. getWeights()Methods in de.jungblut.classification.nn with parameters of type WeightMatrix Modifier and Type Method Description MultilayerPerceptron.MultilayerPerceptronBuilderMultilayerPerceptron.MultilayerPerceptronBuilder. withWeights(WeightMatrix[] weights)Sets the initial weights, maybe from an already trained network, or from a fancy random initialization technique.
-