package
0.0.0-20240226214843-e3d2a19564fd
Repository: https://github.com/pointlander/gradient.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Constants
LFSRMask is a LFSR mask with a maximum period.
# Variables
Abs computes the absolute value of the tensor.
Add adds two tensors.
Avg computes the average of the tensor.
B converts a binary function into an operator.
Combines two complex tensors to a complex tensor.
Concat concats two tensors.
Copy copies src tensors into dst.
Cos the cosine of a tensor.
CrossEntropy computes the cross entropy cost of two tensors.
Dropout is a dropout regularization function.
Entropy computes the entropy of the vectors.
Everett computes the split reality activation function.
Exp the base e exponential of a tensor.
H the conjugate transpose of the matrix.
Hadamard computes the hadamard product of two tensors.
Log the natural logarithm of a tensor.
Mul multiplies two tensors.
Op is a operation.
Orthogonality computes the cosine similarity between all vectros.
Phase computes the phase of a complex tensor.
Quadratic computes the quadratic cost of two tensors.
Sigmoid the sigmoid of a tensors.
Similarity computes the cosine similarity cost of two tensors.
Sin the sin of a tensors.
Slice slices the matrix.
Softmax is the softmax function.
Softplus the softplus activation function.
Static is the static context.
Sub subtracts two tensors.
Sum sums a vector.
SumRows sums the rows of the matrix.
T the transpose of the matrix.
TanH the hyperbolic tangent of a tensor.
U converts a unary function into an operator.
Variance computes the variance of the vectors.