Python

Convolutional NN with Keras Tensorflow on CIFAR-10 Dataset, Image Classification

In today’s post, I am going to show you how to create a Convolutional Neural Network (CNN) to classify images from the dataset CIFAR-10. This tutorial is the backbone to the next one, Image Classification with Keras and SageMaker. This post mainly shows you how to prepare your custom dataset to be acceptable by Keras. …

Convolutional NN with Keras Tensorflow on CIFAR-10 Dataset, Image Classification Read More »