/ImageRecognitionUsingTensorFlow-CIFAR10

Simple Image Recognition Using TensorFlow

Primary LanguagePython

Simple Image Recognition using TensorFlow

  • data_helpers.py: This file contens the methods to load the data.
  • softmax.py: Machine learning model using simple softmax classifier.