CIFAR-10 Classification with ANN

Image classification using a NumPy ANN and a PyTorch baseline.

Implemented an ANN from scratch in NumPy, then compared it to a PyTorch version on CIFAR-10.