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.
Sean McBride 56f32ec44b
refactor: HTTP memstreams (#363)
2 years ago
..
images refactor: Move tests 3 years ago
Makefile feat: dynamic http buffers 3 years ago
README.md refactor: Move tests 3 years ago
debug.sh refactor: Move tests 3 years ago
erroneous_output.txt refactor: Move tests 3 years ago
run.sh test: imageclassification tenant 3 years ago
spec.json refactor: HTTP memstreams (#363) 2 years ago

README.md

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 classified all images as class 8. It seems that this was because the image data was not being read correctly. @emil916 created a fix, but the performance on the images pulled from the classifier's associated website still seems poor and is captured in erroneous_output.txt.