Exercise:Convolution and Pooling

From Ufldl

Jump to: navigation, search
(Step 1: Learn color features)
(Step 2: Convolution and pooling)
Line 26: Line 26:
=== Step 2: Convolution and pooling ===
=== Step 2: Convolution and pooling ===
-
Now that you have learned features for small patches, you will convolved these learned features with the large images, and pool these convolved features for use in a classifier later.
+
In this step, you will convolve your learned features with 64x64 images from the STL10 dataset, and pool these convolved features for use in a classifier later.
==== Step 2a: Convolution ====
==== Step 2a: Convolution ====

Revision as of 05:31, 22 May 2011

Personal tools