CIFAR-10 and CIFAR-100 Image Classification Datasets

CIFAR-10: https://www.cs.toronto.edu/~kriz/cifar.html

Import the libraries we'll use

Check Runtime Resources

CIFAR-10: Import and pre-process data

Build FeedFwd Neural Network Model

Create a placeholder function for building a neural net

Plot FNN Model Training & Validation Accuracy

Build CNN Model

Plot CNN Model Training & Validation Accuracy

Build CNN Model #2

Plot CNN Model 2 Training & Validation Accuracy

Build CNN Model 3 With Batch Normalization

Plot CNN Model 3 & Test Accuracy

Evaluate CNN Model 3 Precision and Accuracy Metrics by Label

Import ResNet50, Run on CIFAR-10, and Evaluate

Incorporate Pre-Processing and Run CNN Model 3