项目作者: karanshgl

项目描述 :
A CIFAR-10 classifier made using CNN
高级语言: Jupyter Notebook
项目地址: git://github.com/karanshgl/cifar-10-classifier.git
创建时间: 2017-09-10T17:39:45Z
项目社区:https://github.com/karanshgl/cifar-10-classifier

开源协议:

下载


Image Classification

In this project, we’ll classify images from the CIFAR-10 dataset. The dataset consists of airplanes, dogs, cats, and other objects. You’ll preprocess the images, then train a convolutional neural network on all the samples. The images need to be normalized and the labels need to be one-hot encoded. One will need a GPU to train the dataset