public final class WeightMatrix extends Object
| Constructor and Description |
|---|
WeightMatrix(de.jungblut.math.DoubleMatrix weights) |
WeightMatrix(int unitsLeftLayer,
int unitsRightLayer)
Creates a [unitsRightLayer x (unitsLeftLayer + 1)] matrix of weights and
seed the values using the famous uniform distribution formula of LeCun.
|
| Modifier and Type | Method and Description |
|---|---|
de.jungblut.math.DoubleMatrix |
getWeights() |
void |
setWeights(de.jungblut.math.DoubleMatrix weights) |
String |
toString() |
public WeightMatrix(int unitsLeftLayer,
int unitsRightLayer)
public WeightMatrix(de.jungblut.math.DoubleMatrix weights)
Copyright © 2016. All rights reserved.