com.marmoush.jann.utils
Class WeightUtils

java.lang.Object
  extended by com.marmoush.jann.utils.WeightUtils

public abstract class WeightUtils
extends Object

The Class WeightUtils.


Constructor Summary
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
 

Constructor Detail

WeightUtils

public WeightUtils()
Method Detail

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 input
bias - the bias
weight - the weight
Returns:
the double matrix


Copyright © 2011-2012 Marmoush.com. All Rights Reserved.