Skip to content

🖼 Classifying images from the CIFAR-10 dataset using a convolutional neural network.

Notifications You must be signed in to change notification settings

evanotero/CIFAR-image-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR Image Classification

Contributors

Evan Otero & Shikun (Jason) Wang

About

Classifying images from the CIFAR-10 dataset using a convolutional neural network. The images need to be normalized and the labels need to be one-hot encoded. The project will require building a convolutional, max pooling, dropout, and fully connected layers. At the end, we will see our neural network's predictions on the sample images.

Network Graph

#ResNet Model #[ResNet-50] (http://ethereon.github.io/netscope/#/gist/db945b393d40bfa26006)

Graph

Summary Data

Accuracy

Graph

Cross Entropy

Graph

Convolutional Layer 1

Weights

Graph

Biases

Graph

Activations

Graph

Convolutional Layer 2

Weights

Graph

Biases

Graph

Activations

Graph

Resources

https://github.com/udacity/deep-learning/tree/master/image-classification

About

🖼 Classifying images from the CIFAR-10 dataset using a convolutional neural network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages