image-classification-CIFAR10-tf icon indicating copy to clipboard operation
image-classification-CIFAR10-tf copied to clipboard

Simple Image Classification Models for the CIFAR-10 dataset using TensorFlow

Simple Image Classification Models for the CIFAR-10 dataset using TensorFlow

This is the code for the blog post 'How to Build a Simple Image Recognition System Using TensorFlow'.

  • Softmax Classifier
  • Fully Connected 2-Layer Neural Network
  • (upcoming: Convolutional Neural Network)