You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
236 B
16 lines
236 B
4 years ago
|
# Image Classification
|
||
|
|
||
|
Classifies a tiny 32x32 image from the CIFAR-10 dataset into one of ten different classes:
|
||
|
airplane
|
||
|
automobile
|
||
|
bird
|
||
|
cat
|
||
|
deer
|
||
|
dog
|
||
|
frog
|
||
|
horse
|
||
|
ship
|
||
|
truck
|
||
|
|
||
|
An initial run incorrectly classifies all images as class 8
|