jimitjaishwal / image-classification

udacity advance machine learning project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cifar10 Image Classification Project.

In this project, we classify images from the CIFAR-10 dataset. The dataset consists of airplanes, dogs, cats, and other objects. Here, we preprocessed the data, then train a convolutional neural network on all the samples. We normalize the images, one-hot encode the labels, build a convolutional layer, max pool layer, and fully connected layer. At then end, we inspect their predictions on the sample images.

About

udacity advance machine learning project


Languages

Language:HTML 76.2%Language:Jupyter Notebook 21.5%Language:Python 2.3%