Bio-Inspired Artificial Intelligence — Spring 2026

Assignment 6: The CIFAR10 Dataset

Due by 11:59pm Sunday, April 26

Create and train a neural network in Keras on a visual categorization task of your choice, as outlined in the Jupyter notebook Lab_CIFAR10_Dataset.ipynb from class last week.

Your notebook should include the supporting code necessary to set up your network and datasets, perform the training, and evaluate the network's performance on the test data. In other words, I should be able to simply re-execute your notebook in order to train your network from scratch. Your notebook should also include some text and section headings that outline the main steps of your experiment.

What to Turn In

If you have questions about anything, don't hesitate to ask!