package
0.0.0-20201101041707-67b8b1f26151
Repository: https://github.com/calvinfeng/go-academy.git
Documentation: pkg.go.dev
# Functions
EvalNumericalGradient accepts four arguments, the h represents a small change in input and it can be either positive or negative.
No description provided by the author
MatBroadcast is analogous to the NumPy array broadcasting.
NewAffineSigmoid accepts three parameters, inDim (input dimension), and outDim (output dimension).
No description provided by the author
No description provided by the author
No description provided by the author
SumAlongColumn accepts a matrix and perform summing along each column of the matrix.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
Any function that accepts a Dense matrix and returns a Dense matrix will satisfy the definition of a ForwardProp.