balgot / ib031-cifar10

Classifying CIFAR-10 dataset using simple classifiers
0 stars 0 forks source link

LEARNING: merge similar categories to perform better #16

Closed balgot closed 4 years ago

balgot commented 4 years ago

We might achieve greater results by merging common categories (planes, ships), (dogs, cats), (cars, trucks) and then training new model to decide them

balgot commented 4 years ago

Might be used for new model #28