im2col - AshokBhat/ml GitHub Wiki
About
- Transform input image (or images in case of a batch) into a matrix
- To convert convolution operation into a matrix multiplication.
Operation
- Rearrange image blocks into columns
FAQ
- What is im2col?
- How does im2col help in improving performance?