项目作者: DiptarkBose

项目描述 :
An image classifier that uses the CIFAR-10 data set for training. This is Project-2 of Udacity's Deep Learning Foundations Nanodegree.
高级语言: Jupyter Notebook
项目地址: git://github.com/DiptarkBose/Intelligent-Vision.git
创建时间: 2017-05-23T04:30:00Z
项目社区:https://github.com/DiptarkBose/Intelligent-Vision

开源协议:

下载


Intelligent-Vision

An image classifier that can classify images pertaining to the following categories:

  • airplane
  • automobile
  • bird
  • cat
  • deer
  • dog
  • frog
  • horse
  • ship
  • truck

It uses the CIFAR-10 data set for training, and uses a convolutional network (along with a few fully connected layers) as its basic architecture. This is Project-2 of Udacity’s Deep Learning Foundations Nanodegree.

Dependencies

  1. Jupyter Notebook
  2. Numpy
  3. Pandas
  4. Tensorflow
  5. sk-learn
  6. os
  7. tqdm

Install all requirements using:
pip install -r requirements.txt

Made with in India