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.
Submit your Jupyter notebook via the Homework Upload Site. You do not need to include a separate writeup.
If you have questions about anything, don't hesitate to ask!