public class SoftMaxDerivative extends SoftMax
extraArgs, n, numProcessed, passThrough, x, y, z| Constructor and Description |
|---|
SoftMaxDerivative() |
SoftMaxDerivative(INDArray x) |
SoftMaxDerivative(INDArray x,
INDArray z) |
SoftMaxDerivative(INDArray x,
INDArray y,
INDArray z,
int n) |
SoftMaxDerivative(INDArray x,
INDArray z,
int n) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(int... dimensions)
Exec along each dimension
|
String |
name()
The name of this operation
|
double |
op(double origin)
Transform an individual element
|
double |
op(double origin,
double other)
Pairwise op (applicable with an individual element in y)
|
float |
op(float origin)
Transform an individual element
|
float |
op(float origin,
float other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin)
Transform an individual element
|
IComplexNumber |
op(IComplexNumber origin,
double other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin,
float other)
Pairwise op (applicable with an individual element in y)
|
IComplexNumber |
op(IComplexNumber origin,
IComplexNumber other)
Pairwise op (applicable with an individual element in y)
|
Op |
opForDimension(int index,
int dimension)
A copy of this operation for a particular dimension of the input
|
derivative, exec, init, opForDimensionensureProperVectors, extraArgs, isPassThrough, n, numProcessed, setN, setX, setY, setZ, toString, x, y, zpublic SoftMaxDerivative(INDArray x)
public SoftMaxDerivative()
public IComplexNumber op(IComplexNumber origin, double other)
Oppublic IComplexNumber op(IComplexNumber origin, float other)
Oppublic IComplexNumber op(IComplexNumber origin, IComplexNumber other)
Oppublic float op(float origin,
float other)
Oppublic double op(double origin,
double other)
Oppublic double op(double origin)
Oppublic float op(float origin)
Oppublic IComplexNumber op(IComplexNumber origin)
Oppublic Op opForDimension(int index, int dimension)
OpopForDimension in interface OpopForDimension in class SoftMaxindex - the index of the op to iterate overdimension - the dimension to ge the input forCopyright © 2016. All Rights Reserved.