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)