| Package | Description |
|---|---|
| de.jungblut.classification.nn |
| Modifier and Type | Method and Description |
|---|---|
MultilayerPerceptron |
MultilayerPerceptron.MultilayerPerceptronBuilder.build() |
static MultilayerPerceptron |
MultilayerPerceptron.deserialize(DataInput in)
Deserializes a new neural network from the given input stream.
|
MultilayerPerceptron |
MLPWeightMapper.mapWeights(de.jungblut.math.DoubleVector weights) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MultilayerPerceptron.serialize(MultilayerPerceptron model,
DataOutput out)
Serializes this network at its current state to a binary file.
|
| Constructor and Description |
|---|
MultilayerPerceptronCostFunction(MultilayerPerceptron network,
de.jungblut.math.DoubleVector[] features,
de.jungblut.math.DoubleVector[] outcome) |
| Constructor and Description |
|---|
MLPWeightMapper(ClassifierFactory<MultilayerPerceptron> factory) |
Copyright © 2016. All rights reserved.