scneba / ClassificationTensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%