Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 413 Bytes

Classification of Cfar10 Dataset with Tensorflow

Basic implementation to run classification on cfar10 dataset

Instructions

There are two ways to run the code

  • Run python app.py -h on command line to get usage instructions
  • Run the app.ipynb Notebook. The path to the cfar10 will have to be filled in manually

Dependencies

  • python 3.5+
  • TensorFlow 1.0+
  • Numpy
  • Sklearn
  • Matplotlib
  • Opencv3