com.marmoush.jann.utils
Class WeightUtils
java.lang.Object
com.marmoush.jann.utils.WeightUtils
public abstract class WeightUtils
- extends Object
The Class WeightUtils.
Method Summary |
static DoubleMatrix |
batchDotprod(DoubleMatrix batchTrainingEx,
DoubleMatrix weight)
|
static DoubleMatrix |
batchDotprod(DoubleMatrix batchTrainingEx,
DoubleMatrix bias,
DoubleMatrix weight)
|
static DoubleMatrix |
dotprod(DoubleMatrix input,
DoubleMatrix weight)
|
static DoubleMatrix |
dotprod(DoubleMatrix input,
DoubleMatrix bias,
DoubleMatrix weight)
Dotprod. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightUtils
public WeightUtils()
batchDotprod
public static DoubleMatrix batchDotprod(DoubleMatrix batchTrainingEx,
DoubleMatrix weight)
batchDotprod
public static DoubleMatrix batchDotprod(DoubleMatrix batchTrainingEx,
DoubleMatrix bias,
DoubleMatrix weight)
dotprod
public static DoubleMatrix dotprod(DoubleMatrix input,
DoubleMatrix weight)
dotprod
public static DoubleMatrix dotprod(DoubleMatrix input,
DoubleMatrix bias,
DoubleMatrix weight)
- Dotprod.
- Parameters:
input
- the inputbias
- the biasweight
- the weight
- Returns:
- the double matrix
Copyright © 2011-2012 Marmoush.com. All Rights Reserved.