package
0.1.0
Repository: https://github.com/lddl/cnns.git
Documentation: pkg.go.dev

# Functions

NewConvolveLayer @DEPRECATED Constructor for convolutional layer.
NewTensor @DEPRECATED Constructor for 3-d tensor.

# Variables

ErrDimensionsAreNotEqual For Hadamard product.
ErrDimensionsNotFit For matrix multiplication.
ErrKernelZAxis Kernel may have Z = 1 only (in convolution between matrix and kernel).

# Structs

ConvLayer @DEPRECATED Struct of convolutional layer.
Point Dimensions.
Tensor @DEPRECATED Struct of 3-d tensor.

# Type aliases

TDsize Alias to Point.