Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are given the ML Coursework Dataset ( access it via the link ) to build a multilayer perceptron model that can be used for
You are given the ML Coursework Dataset access it via the link to build a multilayer perceptron
model that can be used for forecasting the export value of crop products for a geographical region
three years into the future eg given historical data up until or at Year your model can predict
the export value of crop products for Year Your model is allowed to be either a regression
model or a classification model. For more information about the dataset, see the README file
included in the dataset folder.
What To Submit
You are to submit THREE separate documents clarified in items AC below. Do NOT submit them as
zipped or other compressed files. Make sure the file name and content for each of the files
indicate your Candidate Noand not your name
A marks Report Prepare a report that answers ALL questions below. Use the EXACT
question themes highlighted in bold as section titles for your report, so that your report has
titled sections exactly. Submit the document as a single pdf file.
marks Performance
marks max Report the performance of your model, and also describe using
maths formulae if appropriate how the reported performance was computed
from the model outputs.
marks max State clearly the total number of instances used and then the
number of instances in your training and test sets and how these sets were
derived from the given data.
marks MLP model
marks max Describe your multilayer perceptron MLP model, making sure
to specify including maths formulae when appropriate at the very least the
activation function for its output layer, the loss function used to train it and the
number of units in its output layer.
marks max List and describe the steps that you took to prevent overfitting
for your model using maths formulae when appropriate
marks Features & Labels
Machine Learning @ University of Sussex Temitayo Olugbade
marks max Describe as a list how the labels waswere derived from the
given data using maths formulae when appropriate
marks max Report the features that you used for your model, making sure
to specify the features used and the total number used, clarify why these
features were selected, and describe as a list how they were derived from the
given data, if applicable.
marks Preprocessing
marks max List and describe the preprocessing that you did on your
features for building your model using maths formulae when appropriate
B marks Code Prepare all the code used to complete all the tasks above and submit as a
single pdf file.
C marks Model outputs for the test sets Prepare the prediction outputs for your model in
a single csv file and using an appropriate header row. The file should have at least columns:
column for the data instance id column for the corresponding true label, at least column
for the corresponding predictions for your model. Submit the document as a single csv file.
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