Tensor operations: From arithmetic to reshaping
Most neural net work is elementwise math or matrix multiply. The common task is repackaging data: flatten an image for a fully connected layer, or add a batch dimension for convolutions.
Most neural net work is elementwise math or matrix multiply. The common task is repackaging data: flatten an image for a fully connected layer, or add a batch dimension for convolutions.