๐Ÿง  CIFAR-10 Image Classification

Custom CNN ยท MobileNetV2 ยท ResNet-18 โ€” a controlled comparison of from-scratch vs transfer learning

Tip: These models were trained on 32ร—32 CIFAR-10 thumbnails. They work best on simple, centred images of a single object โ€” use the example images below for reliable results.

On real-world high-resolution photos the Custom CNN (trained on 32ร—32) often looks more plausible because its 32ร—32 resize pipeline matches its training distribution, while MobileNetV2 sees a 224ร—224 upscale it was never trained on. This is the classic domain gap โ€” not evidence that the smaller model is better.

Model

Example images โ€” click to load

Examples

Compare All Deployed Models

Load an image above, then click the button to classify it with Custom CNN, MobileNetV2, ResNet-18 simultaneously.