On 10/01/2014 04:23 PM, Gavin Hackeling wrote:
Hi all,
I am working on an character recognition problem with the Chars74K
data set. I am reshaping the images to 30x30 pixels, and using the 900
pixels' intensities as features. I am classifying the images using a
SVC with an RBF kernel.
...
Hi all,
I am working on an character recognition problem with the Chars74K data
set. I am reshaping the images to 30x30 pixels, and using the 900 pixels'
intensities as features. I am classifying the images using a SVC with an
RBF kernel.
...
pipeline = Pipeline([
('clf', SVC(kernel='