Exercise:Convolution and Pooling

From Ufldl

Jump to: navigation, search
(Convolution and Pooling)
Line 5: Line 5:
In the file <tt>[http://ufldl.stanford.edu/wiki/resources/cnn_exercise.zip cnn_exercise.zip]</tt> we have provided some starter code. You should write your code at the places indicated "YOUR CODE HERE" in the files.
In the file <tt>[http://ufldl.stanford.edu/wiki/resources/cnn_exercise.zip cnn_exercise.zip]</tt> we have provided some starter code. You should write your code at the places indicated "YOUR CODE HERE" in the files.
-
For this exercise, you will need to modify'''<tt>cnnConvolve.m</tt>''' and '''<tt>cnnPool.m</tt>'''.
+
For this exercise, you will need to modify '''<tt>cnnConvolve.m</tt>''' and '''<tt>cnnPool.m</tt>'''.
=== Dependencies ===
=== Dependencies ===

Revision as of 07:45, 22 May 2011

Personal tools