Some projects that I did a bit previously but posted just now.
- classify_digits.ipynb
- CNN applied to MNIST handwritten digits dataset where architecture of CNN is custom made.
- Object classification on CIFAR 10 dataset ( object_classification.ipynb ) here
- The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.