Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello, below are the assignment details for Colab. It is written in Python. Thank you. or this assignment, you need to build an MLP model.
Hello, below are the assignment details for Colab. It is written in Python. Thank you.
or this assignment, you need to build an MLP model. Below is a detailed instruction of what ou may need to do. - Dataset Preparation - You need to load the dataset using torchvision.datasets. CIFARIOO. - More information about the function can be found at: - Please notice that CIFAR has two versions, CIFAR10 and CIFAR100. You need to use CIFAR100 for this assignment. Train/Test Split - With torchvision.datasets. CIFARI00, you don't need to split the dataset by yourself. But, you do need to set train= True to load the training set, and set train = False to load the test set. - Model Development - You need to design an MLP model by yourself. - You may try different numbers of layers and different numbers of neurons for each layer. - The goal is to come up a model that performs as good as possible. - Train/Test - For this project, you will only use two sets to develop your model. You will use the test set provided by Py Torch as the dev set
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started