Exercise:Convolution and Pooling

From Ufldl

Jump to: navigation, search
(Step 3a: Convolution)
(Step 3a: Convolution)
Line 109: Line 109:
</math>
</math>
-
If you use <tt>conv2(image, W)</tt>, MATLAB will first "flip" <math>W</math>, reversing its rows and columns, before convolving <tt>W</tt> with <tt>image</tt>, as below:
+
If you use <tt>conv2(image, W)</tt>, MATLAB will first "flip" <tt>W</ttreversing its rows and columns, before convolving <tt>W</tt> with <tt>image</tt>, as below:
<math>
<math>

Revision as of 07:34, 20 May 2011

Personal tools