ufldl_tutorial icon indicating copy to clipboard operation
ufldl_tutorial copied to clipboard

Filters are transposed compared to Matlab version

Open yaroslavvb opened this issue 9 years ago • 0 comments

Matlab mnist images are stored column major order, whereas this version stores them in row major. This means that when transferring weights between Python and Matlab implementations, you need to reshape/transpose/flatten each row of the first layer weights matrix

yaroslavvb avatar Feb 23 '15 23:02 yaroslavvb