| Package | Description |
|---|---|
| de.jungblut.classification.nn |
| Modifier and Type | Method and Description |
|---|---|
WeightMatrix[] |
RBM.getNeuralNetworkWeights(int outputLayerSize)
Creates a weight matrix that can be used for unsupervised weight
initialization in the
MultilayerPerceptron. |
WeightMatrix[] |
MultilayerPerceptron.getWeights() |
| Modifier and Type | Method and Description |
|---|---|
MultilayerPerceptron.MultilayerPerceptronBuilder |
MultilayerPerceptron.MultilayerPerceptronBuilder.withWeights(WeightMatrix[] weights)
Sets the initial weights, maybe from an already trained network, or from
a fancy random initialization technique.
|
Copyright © 2016. All rights reserved.