Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

cgraph (version 3.0.1)

matmul_grad_y: Matrix Multiplication Gradient

Description

Calculate the gradient of x %*% y with respect to y.

Arguments

x

numeric matrix, value of x.

y

numeric matrix, value of y.

val

numeric matrix, value of x %*% y.

grad

numeric matrix, gradient of y.

Value

numeric matrix, gradient of the operation.